We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbf129 commit b86907fCopy full SHA for b86907f
.travis.yml
@@ -1,8 +1,10 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.4"
+ - "3.5"
5
- "3.6"
6
+ - "3.7"
7
+ - "3.8"
8
9
# command to install dependencies
10
install: pip install -r requirements.txt
0 commit comments