We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6689960 commit 7dd5d75Copy full SHA for 7dd5d75
.travis.yml
@@ -2,8 +2,9 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
- - "3.3"
6
- "3.4"
+ - "3.5"
7
+ - "3.6"
8
install:
9
- pip install -r requirements.txt
10
- pip install codecov pytest-cov
0 commit comments