Skip to content

Commit 870e8d4

Browse files
committed
Merge branch 'master' into sandbox
2 parents c2bfa69 + cab1c96 commit 870e8d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
sudo: false
21
language: python
2+
dist: xenial
33

44
python:
55
- "2.7"
66
- "3.4"
77
- "3.5"
88
- "3.6"
9-
- pypy
9+
- "3.7"
10+
- "pypy2.7-6.0"
1011

1112
install:
1213
- pip install pip -U

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'Programming Language :: Python :: 3.4',
3333
'Programming Language :: Python :: 3.5',
3434
'Programming Language :: Python :: 3.6',
35+
'Programming Language :: Python :: 3.7',
3536
]
3637

3738

0 commit comments

Comments
 (0)