Skip to content

Commit

Permalink
have tox work off of the installed package instead of the source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Feb 11, 2016
1 parent 11f3c15 commit 613cadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist = py26,py27,py34,pypy
[testenv]
# changedir = .tox
changedir = .tox
deps = -rrequirements-test.txt
commands = py.test --doctest-modules boltons tests
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests

0 comments on commit 613cadd

Please sign in to comment.