Set Travis build to Python 3 (#7)

This commit is contained in:
f4lco
2020-04-23 12:40:56 +02:00
parent 5e1adf2ba4
commit 89d46ff9b3
+1 -1
View File
@@ -1,6 +1,6 @@
language: python language: python
python: python:
- '2.7' - '3.8'
install: install:
- pip install pipenv - pip install pipenv