Switch Travis to Python 3.7

pull/9/head
Thomas Sileo 2018-07-11 19:40:59 +02:00
rodzic 06f95fabc0
commit 2bd4c84dcb
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
language: python
python:
- "3.6"
# - "3.7"
- "3.7"
install:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt