Skip to content

Commit

Permalink
Merge pull request #211 from blueyed/no-changedir
Browse files Browse the repository at this point in the history
tox: remove changedir with testenv
  • Loading branch information
nicoddemus committed Feb 18, 2019
2 parents 43d70ed + 3771c1b commit c6f4da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
envlist=py{27,34,35,36}-pytest{29,30,31},py37-pytest{30,31}

[testenv]
changedir=testing
commands=
pip install -U .. # hande the install order fallout since pytest depends on pip
py.test --confcutdir=.. --junitxml={envlogdir}/junit-{envname}.xml []
pip install -U . # hande the install order fallout since pytest depends on pip
py.test --confcutdir=. --junitxml={envlogdir}/junit-{envname}.xml []
deps=
attrs
pytest29: pytest~=2.9.0
Expand All @@ -32,6 +31,7 @@ commands=
[pytest]
rsyncdirs = conftest.py py doc testing
addopts = -ra
testpaths = testing

[coverage:run]
branch = 1
Expand Down

0 comments on commit c6f4da5

Please sign in to comment.