We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2bfa69 + cab1c96 commit 870e8d4Copy full SHA for 870e8d4
.travis.yml
@@ -1,12 +1,13 @@
1
-sudo: false
2
language: python
+dist: xenial
3
4
python:
5
- "2.7"
6
- "3.4"
7
- "3.5"
8
- "3.6"
9
- - pypy
+ - "3.7"
10
+ - "pypy2.7-6.0"
11
12
install:
13
- pip install pip -U
setup.py
@@ -32,6 +32,7 @@
32
'Programming Language :: Python :: 3.4',
33
'Programming Language :: Python :: 3.5',
34
'Programming Language :: Python :: 3.6',
35
+ 'Programming Language :: Python :: 3.7',
36
]
37
38
0 commit comments