make travis magically work, hopefully

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-17 11:05:24 -04:00
parent a305510dca
commit c35b357059
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
install: "pip install pipenv --upgrade"
# command to run tests
script: make
+2 -2
View File
@@ -1,7 +1,7 @@
test:
py.test tests
pipenv run py.test tests
init:
pip install -r requirements.txt
pipenv install
publish:
python setup.py register
python setup.py sdist upload