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
+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