Merge pull request #9 from nvllsvm/stable

Test with stable Python 3.7
This commit is contained in:
Gavin M. Roy 2018-11-26 15:11:44 -05:00 committed by GitHub
commit 14965b7b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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