From 05e3e3a9c03d684e1df8da6b1568f044e198df9f Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Wed, 3 Oct 2018 20:48:36 +0200 Subject: Make sure Travis uses pipenv when testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0efd09fc..67873fc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ install: - 'pipenv update --dev' script: - - 'make test' + - 'pipenv run make test' -- cgit 1.4.1-2-gfad0 From 908775cd3e7567e508074a4455ce620450846af9 Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Wed, 3 Oct 2018 20:58:12 +0200 Subject: Travis: Update the checked python versions --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67873fc6..fad40136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,9 @@ dist: 'xenial' language: 'python' python: - '2.7' - - '3.4' - '3.5' + - '3.6' + - '3.7' install: - 'pip install pipenv' -- cgit 1.4.1-2-gfad0 From b8174684df603c6ea13483f9c035aed84b2977a7 Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Wed, 3 Oct 2018 21:02:55 +0200 Subject: Travis: Python 3.7 seems to be broken on Travis, let's leave it for now --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fad40136..67613a84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - '2.7' - '3.5' - '3.6' - - '3.7' install: - 'pip install pipenv' -- cgit 1.4.1-2-gfad0