Skip to content

Commit

Permalink
Merge pull request #9 from nvllsvm/stable
Browse files Browse the repository at this point in the history
Test with stable Python 3.7
  • Loading branch information
gmr committed Nov 26, 2018
2 parents 5e8dbcd + 7a5ba95 commit 14965b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 14965b7

Please sign in to comment.