Skip to content

Commit 9760c47

Browse files
committed
Travis CI: also build against Python 3.6
1 parent ebf7cf7 commit 9760c47

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,5 +3,6 @@ python:
33
- "2.7"
44
- "3.4"
55
- "3.5"
6+
- "3.6"
67
install: pip install -r requirements.txt
78
script: python -m unittest discover -t . -s test_htmlgen -p "*.py"

0 commit comments

Comments
 (0)