We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3bd8d commit 5959150Copy full SHA for 5959150
1 file changed
.travis.yml
@@ -1,6 +1,10 @@
1
language: python
2
python:
3
+ - "3.4"
4
+ - "3.5"
5
- "3.6"
6
+ - "3.7"
7
+ - "3.8"
8
install:
9
- "pip install pipenv"
10
- "pipenv install --dev"
0 commit comments