From b9cbafd31a5be9dd4f1518973d5e1b448b29bfec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 21:53:15 -0500 Subject: [PATCH] last attempt --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ed37ee1..6b913962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ python: # command to install dependencies install: - "pip install pipenv" - - "pipenv install --dev --system" + - "pipenv install --dev" # command to run tests script: - - pytest test_pipenv.py \ No newline at end of file + - pipenv run pytest test_pipenv.py \ No newline at end of file