Skip to content

Commit 61cd925

Browse files
authored
Run tests with Python 3.7 (#590)
* Run tests with Python 3.7 * Update setup.py * Remove travis
1 parent cf1ad3e commit 61cd925

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

.travis.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
'Programming Language :: Python :: 3.4',
7373
'Programming Language :: Python :: 3.5',
7474
'Programming Language :: Python :: 3.6',
75+
'Programming Language :: Python :: 3.7',
7576
'Development Status :: 5 - Production/Stable',
7677
'Intended Audience :: Developers',
7778
'License :: OSI Approved :: Apache Software License',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36}-oauth2client{1,2,3,4}
2+
envlist = py{27,34,35,36,37}-oauth2client{1,2,3,4}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)