aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Expand)Author
2011-04-27Danielfm packaged the 1.2 release so we can now install it from his repo.markotibold
2011-04-26tox can now use django 1.3 rather than 1.3-rc1. Huzzah.tom christie tom@tomchristie.com
2011-04-26simplejson no longer a requirement for python 2.5 (uses django's built in sim...tom christie tom@tomchristie.com
2011-03-20fixed bad naming of testenvmarkotibold
2011-03-20All should work fine now on jenkins. For some reason Tox with jenkins and env...markotibold
2011-03-20testing jenkinsmarkotibold
2011-03-20testing jenkinsmarkotibold
2011-03-20etsting jenkinsmarkotibold
2011-03-20Tetss pass locally as well as under the jenkins user on the ci, but when jeni...markotibold
2011-03-19oopsmarkotibold
2011-03-19Adding examples to tox. Appears quite useful cause some example tests are br...markotibold
2011-03-18Coverage for all platforms working. Had some trouble with dependencies of cov...markotibold
2011-03-17Test result graphing now possible for all 6 environments. Had to fix unittest...markotibold
2011-03-15Implementing graphing.markotibold
2011-03-13tox, runcoverage, and setup.py testTom Christie