We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb924fb commit 2c6bd22Copy full SHA for 2c6bd22
1 file changed
.travis.yml
@@ -1,11 +1,10 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.2"
5
- - "3.3"
6
- "3.4"
7
- "3.5"
8
- "3.6"
9
- - "nightly"
+ - "3.7"
+ - "3.8"
10
install: "pip install -r requirements.txt"
11
script: nosetests
0 commit comments