Fixed Travis setup for python 3.7

This commit is contained in:
Daniele Esposti
2018-07-06 08:50:52 +01:00
parent cec67bb9ad
commit 2a46658adc

View File

@@ -14,7 +14,9 @@ matrix:
- env: TOXENV=pypy
python: pypy2.7-5.10.0
- env: TOXENV=py37
python: 3.7-dev
python: 3.7
sudo: required
dist: xenial
install: pip install coveralls tox
script: tox
before_install: