Skip to content

Commit

Permalink
Simplify tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Feb 1, 2018
1 parent 073abea commit 6069ac5
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = py27, py36, docs, py27-flake8, py36-flake8
envlist = py27, py36, docs, flake8

[testenv]
deps=nose
commands=nosetests
deps = nose
commands = nosetests

[testenv:docs]
basepython = python2.7
Expand All @@ -13,14 +13,7 @@ deps =

commands = sphinx-build -W -q -b html doc/source {envtmpdir}/html

[testenv:py27-flake8]
basepython = python2.7
deps =
flake8
commands = flake8 phrydy test

[testenv:py36-flake8]
[testenv:flake8]
basepython = python3.6
deps =
flake8
deps = flake8
commands = flake8 phrydy test

0 comments on commit 6069ac5

Please sign in to comment.