We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feadfe2 + 74e4254 commit c40cb75Copy full SHA for c40cb75
.travis.yml
@@ -8,6 +8,9 @@ matrix:
8
- python: 3.4
9
- python: 3.5
10
- python: 3.6
11
+ - python: 3.7
12
+ dist: xenial
13
+ sudo: true
14
- python: nightly
15
- python: pypy3
16
allow_failures:
setup.py
@@ -89,5 +89,6 @@ def run_tests(self):
89
"Programming Language :: Python :: 3.4",
90
"Programming Language :: Python :: 3.5",
91
"Programming Language :: Python :: 3.6",
92
+ "Programming Language :: Python :: 3.7",
93
],
94
)
0 commit comments