Skip to content

Commit ee7194d

Browse files
committed
Minor Tox configuration file cleanup
1 parent 62fadac commit ee7194d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tox.ini

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
[tox]
2-
envlist = py27,py34,py35,py36,flake8
2+
envlist = py27,py34,py35,py36,py36-flake8
33

44
[testenv]
55
commands = py.test -v
66
deps = -r{toxinidir}/requirements/dev.txt
77
passenv =
8-
TRAVIS
9-
TRAVIS_BRANCH
10-
TRAVIS_JOB_ID
8+
TRAVIS*
119

1210
[testenv:flake8]
1311
commands = flake8 .
1412
deps = flake8
1513

16-
[travis]
17-
python =
18-
3.6: py36, flake8
19-
2014
[pytest]
2115
addopts = --ignore=setup.py
2216
python_files = *.py

0 commit comments

Comments
 (0)