have tox work off of the installed package instead of the source tree

This commit is contained in:
Mahmoud Hashemi 2016-02-11 00:20:06 -08:00
parent 11f3c151bc
commit 613cadd575
1 changed files with 2 additions and 2 deletions

View File

@ -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