Skip to content

Commit e0532ad

Browse files
committed
Reduce test matrix to main versions of Python
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent f3eef2c commit e0532ad

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: python
22
python:
3-
- "2.5"
4-
- "2.6"
3+
# - "2.5"
4+
# - "2.6"
55
- "2.7"
6-
- "3.2"
6+
# - "3.2"
77
- "3.3"
8-
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
9-
# maintainers to fix their pypy-dev package.
108
- "pypy"
119

1210
env:

0 commit comments

Comments
 (0)