summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2019-02-15 06:56:00 -0800
committerEli Bendersky <eliben@gmail.com>2019-02-15 06:56:00 -0800
commita82568ae0bfef6955082305f154bb137378c4433 (patch)
tree993162f78f97ff92141282b5c63efbb9487d614f
parent71a1930430a2e88d3ac0a22eb2bcbcc7940e69f4 (diff)
downloadpycparser-a82568ae0bfef6955082305f154bb137378c4433.tar.gz
Bump travis Python 3 versions to 3.6&7
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 25c9df6..c426cdc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- - "3.4"
- - "3.5"
- "3.6"
+ - "3.7"
script: python tests/all_tests.py