From 27c63bbe3cc8889068459d21c8dea235a7fc4072 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 23:01:13 -0500 Subject: [PATCH] attempt for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b913962..76c32d0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ python: # - "pypy3" # command to install dependencies install: - - "pip install pipenv" + - "python setup.py develop" - "pipenv install --dev" # command to run tests script: