Skip to content

Commit d7d52c1

Browse files
committed
Update python versions in Travis config
1 parent 13562d4 commit d7d52c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
7+
- "3.5"
88
install:
99
- "pip install -r requirements-testing.txt"
1010
- "pip install coveralls"

0 commit comments

Comments
 (0)