Skip to content

Commit 77b09fb

Browse files
committed
Merge pull request #128 from takluyver/travis-py35
Run tests with Python 3.5 on Travis
2 parents 5021b64 + 7663b41 commit 77b09fb

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
# command to run tests
78
script: coverage run --branch --source=libmodernize setup.py test
89
# Ensure dependencies are installed

0 commit comments

Comments
 (0)