Set up tox.ini to run more properly:
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 11 Sep 2014 20:34:19 +0000 (15:34 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Sep 2014 14:26:01 +0000 (09:26 -0500)
commitb6df960806ccb091fc334bcab269be69eec339d8
tree4bdb87f8d28b22a0658633995991e202fbc83938
parent39a9035487621ab079138149a0dd090ac9ab5768
Set up tox.ini to run more properly:

 - Don't run dbupdate... the tests themselves do this, and we might
   mess up someone's db
 - We shouldn't run setup.py develop because that installs a new
   *live* db... the tests do isolation, so...
 - Install the package's dependencies by the package itself... it
   seems that removing "skipsdist = True" fixes this
 - Run py.test manually rather than use runtests.sh (which itself uses
   ./bin/py.test if it can)
tox.ini