File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
'Topic :: Utilities' ,
46
46
'Programming Language :: Python :: 2' ,
47
47
'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 ()],
49
49
tests_require = ['tox' ],
50
50
entry_points = {'pytest11' : [
51
51
'pytest-cloud=pytest_cloud.plugin' ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
distshare ={homedir}/.tox/distshare
3
- envlist =linters,py27,py36
3
+ envlist =linters,py27,py37
4
4
skip_missing_interpreters = true
5
5
6
6
[testenv]
11
11
passenv = DISPLAY TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN USER PWD
12
12
13
13
[testenv:linters]
14
- basepython =python2 .7
14
+ basepython =python3 .7
15
15
commands ={[testenv]commands} pytest_cloud --pylama
16
16
17
17
[testenv:coveralls]
@@ -23,8 +23,8 @@ commands=
23
23
coverage report -m
24
24
coveralls
25
25
26
- [testenv:py27 -pytest-latest]
27
- basepython =python2 .7
26
+ [testenv:py37 -pytest-latest]
27
+ basepython =python3 .7
28
28
deps =
29
29
{[testenv]deps}
30
30
hg+https://bitbucket.org/pytest-dev/py# egg=py
You can’t perform that action at this time.
0 commit comments