Test with stable Python 3.7

See https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
This commit is contained in:
Andrew Rabert 2018-11-21 23:30:56 -05:00
parent e692468d9c
commit 7a5ba95da2

View file

@ -1,11 +1,14 @@
sudo: false
language: python
dist: xenial
sudo: required
python:
- 2.7
- 3.5
- 3.6
- 3.7-dev
- 3.7
install:
- sudo apt-get install libgnutls28-dev
- pip install -r requires/testing.txt
- pip install wheel
script: tox