We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ea7d8f + 0cc2c78 commit 934ab13Copy full SHA for 934ab13
2 files changed
.travis.yml
@@ -1,8 +1,16 @@
1
language: python
2
+# Existing Python versions
3
python:
4
- "2.7"
5
+ - "3.4"
6
- "3.5"
7
- "3.6"
8
+# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
9
+matrix:
10
+ include:
11
+ - python: "3.7"
12
+ dist: xenial
13
+ sudo: required
14
before_install: pip install pipenv
15
install: pipenv install
16
script:
setup.py
@@ -19,6 +19,7 @@
19
'six'
20
],
21
classifiers=(
22
+ "Programming Language :: Python :: 3.7",
23
"Programming Language :: Python :: 3.6",
24
"Programming Language :: Python :: 3.5",
25
"Programming Language :: Python :: 3.4",
0 commit comments