Skip to content

Commit d302663

Browse files
committed
update compatible python versions for CI
1 parent ea23289 commit d302663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
7+
- "3.5"
8+
- "3.6"
89
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
910
# maintainers to fix their pypy-dev package.
1011
- "pypy"

0 commit comments

Comments
 (0)