We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf7cf7 commit 9760c47Copy full SHA for 9760c47
.travis.yml
@@ -3,5 +3,6 @@ python:
3
- "2.7"
4
- "3.4"
5
- "3.5"
6
+ - "3.6"
7
install: pip install -r requirements.txt
8
script: python -m unittest discover -t . -s test_htmlgen -p "*.py"
0 commit comments