Skip to content

Commit f884786

Browse files
committed
update to 3.7
1 parent 75b20cf commit f884786

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'Topic :: Utilities',
4646
'Programming Language :: Python :: 2',
4747
'Programming Language :: Python :: 3',
48-
] + [('Programming Language :: Python :: %s' % x) for x in '2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6'.split()],
48+
] + [('Programming Language :: Python :: %s' % x) for x in '2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7'.split()],
4949
tests_require=['tox'],
5050
entry_points={'pytest11': [
5151
'pytest-cloud=pytest_cloud.plugin',

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
distshare={homedir}/.tox/distshare
3-
envlist=linters,py27,py36
3+
envlist=linters,py27,py37
44
skip_missing_interpreters = true
55

66
[testenv]
@@ -11,7 +11,7 @@ deps =
1111
passenv = DISPLAY TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN USER PWD
1212

1313
[testenv:linters]
14-
basepython=python2.7
14+
basepython=python3.7
1515
commands={[testenv]commands} pytest_cloud --pylama
1616

1717
[testenv:coveralls]
@@ -23,8 +23,8 @@ commands=
2323
coverage report -m
2424
coveralls
2525

26-
[testenv:py27-pytest-latest]
27-
basepython=python2.7
26+
[testenv:py37-pytest-latest]
27+
basepython=python3.7
2828
deps =
2929
{[testenv]deps}
3030
hg+https://bitbucket.org/pytest-dev/py#egg=py

0 commit comments

Comments
 (0)