aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2020-03-03 06:49:16 -0800
committerEli Bendersky <eliben@gmail.com>2020-03-03 06:49:16 -0800
commit49282e97f40c23b6b0a83c2cfdf1cca2155f7c4c (patch)
treeb56deccc963ced4ccdb916ab48de4ab80803ad1f
parente4288ca94d16903d3c60d2f37cbe5092335f88c7 (diff)
downloadpycparser-49282e97f40c23b6b0a83c2cfdf1cca2155f7c4c.tar.gz
Add travis testing for python 3.7 and 3.8 and remove workaround
-rw-r--r--.travis.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d5f9a5..d71276e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,6 @@ language: python
python:
- "2.7"
- "3.6"
-
-# Enable 3.7 without globally enabling sudo and xenial for other build jobs
-# See https://github.com/travis-ci/travis-ci/issues/9815
-matrix:
- include:
- - python: 3.7
- dist: xenial
- sudo: true
+ - "3.7"
+ - "3.8"
script: python tests/all_tests.py