Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-17 11:05:45 -04:00
parent c35b357059
commit 1fe34f3af6
+1 -1
View File
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install pipenv --upgrade"
# command to run tests