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.
1 parent b9f4cc8 commit c71d163Copy full SHA for c71d163
.travis.yml
@@ -4,7 +4,6 @@ cache: pip
4
python:
5
- 3.5
6
- 3.6
7
- - 3.7-dev
8
9
10
stages:
@@ -18,6 +17,10 @@ script:
18
17
19
jobs:
20
include:
+ - stage: test
21
+ python: 3.7
22
+ dist: xenial
23
+ sudo: true
24
- stage: deploy
25
script:
26
- pip install wheel twine
setup.py
@@ -26,6 +26,7 @@
'Programming Language :: Python :: 3',
27
'Programming Language :: Python :: 3.5',
28
'Programming Language :: Python :: 3.6',
29
+ 'Programming Language :: Python :: 3.7',
30
'Topic :: Multimedia :: Graphics',
31
'Topic :: Software Development :: Libraries :: Python Modules',
32
],
0 commit comments