We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baa154 commit 81bb550Copy full SHA for 81bb550
.travis.yml
@@ -1,8 +1,8 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.3"
5
- - "3.4"
+ - "3.5"
+ - "3.6"
6
install:
7
- "pip install pep8 coverage coveralls"
8
- "pip install -r requirements.txt"
0 commit comments