Expanding Travis to multiple modern python versions.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install pipenv
|
||||
- pipenv install -d --system
|
||||
|
||||
Reference in New Issue
Block a user