8000 Add py36 factor to env name so tox-travis kicks off the flake8 tox env. · pyodide/sphinx-js@ac3b929 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac3b929

Browse files
committed
Add py36 factor to env name so tox-travis kicks off the flake8 tox env.
It's nice to run it under only one of the environments for speed and not having to read redundant error reports.
1 parent 0a5e5c1 commit ac3b929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
envlist = py27, py36, flake
2+
envlist = py27, py36, py36-flake
33

44
[testenv]
55
commands = python setup.py test
66

7-
[testenv:flake]
7+
[testenv:py36-flake]
88
# Pinned so new checks aren't added by surprise:
99
deps = flake8>=3.5,<3.6
1010
commands = flake8 sphinx_js

0 commit comments

Comments
 (0)
0