summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2019-02-15 07:30:23 -0800
committerEli Bendersky <eliben@gmail.com>2019-02-15 07:30:23 -0800
commit139fc1ab7c9e6a6f310f5e7f723b6680cd029f6c (patch)
tree50ba5764c04f53063b67c0f89f9f1f3299fd1b2f
parentaf699ad301d7af72255530b173766c9ab348c4b9 (diff)
downloadpycparser-139fc1ab7c9e6a6f310f5e7f723b6680cd029f6c.tar.gz
Remove non-qualified 3.7 build
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5404335..6d5f9a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
python:
- "2.7"
- "3.6"
- - "3.7"
# Enable 3.7 without globally enabling sudo and xenial for other build jobs
# See https://github.com/travis-ci/travis-ci/issues/9815