Skip to content

Commit

Permalink
Fix toxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Feb 6, 2019
1 parent 4670a90 commit 80f3915
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[tox]
envlist =
es, addons, devhub, files, main, ui-tests, docs, assets
amo-lib-locales-and-signin,
reviewers-and-zadmin,
accounts-users-and-ratings,
envlist =
es, devhub, main, ui-tests, docs, assets,
addons-versions-and-files,
Expand Down Expand Up @@ -96,13 +91,13 @@ commands =
[testenv:py2-codestyle]
recreate = True
commands =
pip install -r requirements/flake8_py2.txt
pip install -r requirements/flake8.txt -r requirements/flake8_py2.txt
make flake8

[testenv:py3-codestyle]
recreate = True
commands =
pip install -r requirements/flake8_py3.txt
pip install -r requirements/flake8.txt
make flake8

[testenv:docs]
Expand Down

0 comments on commit 80f3915

Please sign in to comment.