Skip to content

Commit 60d81f2

Browse files
committed
shift test file into own directory so we can use it to run it against installed version of package
1 parent 7d4c9cd commit 60d81f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
envlist=check,{py26,py27,py34,py35,pypy}-{pytest27,pytest}
33

44
[testenv]
5-
commands= py.test {posargs:test_pluggy.py}
5+
commands= py.test {posargs:testing/test_pluggy.py}
66
deps=
77
pytest27: pytest>=2.7.0,<2.8.0
8-
pytest: pytest>=2.8.0.dev1
8+
pytest: pytest>=2.8.0.dev5
99

1010
[testenv:check]
1111
usedevelop=True
@@ -14,7 +14,7 @@ deps = pytest>=2.7.0,<2.8.0
1414
pytest-flakes
1515
commands =
1616
py.test --pep8
17-
py.test --flakes -m flakes --pyargs pluggy test_pluggy
17+
py.test --flakes -m flakes pluggy.py testing/test_pluggy.py
1818

1919
[pytest]
2020
minversion=2.0

0 commit comments

Comments
 (0)