Skip to content

Commit

Permalink
shift test file into own directory so we can use it to run it against…
Browse files Browse the repository at this point in the history
… installed version of package
  • Loading branch information
hpk42 committed Sep 17, 2015
1 parent 7d4c9cd commit 60d81f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
envlist=check,{py26,py27,py34,py35,pypy}-{pytest27,pytest}

[testenv]
commands= py.test {posargs:test_pluggy.py}
commands= py.test {posargs:testing/test_pluggy.py}
deps=
pytest27: pytest>=2.7.0,<2.8.0
pytest: pytest>=2.8.0.dev1
pytest: pytest>=2.8.0.dev5

[testenv:check]
usedevelop=True
Expand All @@ -14,7 +14,7 @@ deps = pytest>=2.7.0,<2.8.0
pytest-flakes
commands =
py.test --pep8
py.test --flakes -m flakes --pyargs pluggy test_pluggy
py.test --flakes -m flakes pluggy.py testing/test_pluggy.py

[pytest]
minversion=2.0
Expand Down

0 comments on commit 60d81f2

Please sign in to comment.