Skip to content

Commit d294619

Browse files
committed
Also test using Python 3.5 on Travis
1 parent a397bde commit d294619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "2.7"
44
- "3.3"
55
- "3.4"
6+
- "3.5"
67
install: pip install -r requirements_dev.txt
78
script: py.test --cov .
89
after_success: coveralls

0 commit comments

Comments
 (0)