From 00ca8267dfd762d5e2814754942687d9e7265314 Mon Sep 17 00:00:00 2001 From: Daniel van Flymen Date: Sun, 12 Nov 2017 16:30:14 -0500 Subject: [PATCH] And again... --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be655e9..54cc6c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ python: install: - pip install pipenv - - pipenv --three - - pipenv install -d --system + - pipenv install -dev script: - pipenv run python -m unittest