We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800082 commit 3beb813Copy full SHA for 3beb813
1 file changed
.travis.yml
@@ -1,10 +1,10 @@
1
language: python
2
3
python:
4
- - "2.7"
5
- - "3.4"
6
- - "3.5"
7
- "3.6"
+ - "3.7"
+ - "3.8"
+ - "3.9"
8
9
install:
10
- pip install --editable . # Install it self
0 commit comments