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 a397bde commit d294619Copy full SHA for d294619
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- "2.7"
4
- "3.3"
5
- "3.4"
6
+ - "3.5"
7
install: pip install -r requirements_dev.txt
8
script: py.test --cov .
9
after_success: coveralls
0 commit comments