Skip to content

Commit ee51b10

Browse files
committed
Testing out a travis config change (python 3.5)
1 parent 22f4f75 commit ee51b10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
2-
python: 2.7
2+
python:
3+
- "2.7"
4+
- "3.5"
35
env:
46
- TOX_ENV=py35
57
- TOX_ENV=py34

0 commit comments

Comments
 (0)