Move v2 out of the package tree so it does not yet appear.

This commit is contained in:
Michael DeHaan 2014-10-02 13:47:25 -04:00
parent 367f70fb17
commit da01eef4db
36 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,7 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
PYTHONPATH=./v2/ $(NOSETESTS) -d -w v2/tests -v
authors: