aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2015-03-14tox.ini: Add python 3.4Jaime Marquínez Ferrándiz
2015-03-14tox.ini: Run the same command as 'make offlinetest' by defaultJaime Marquínez Ferrándiz
2013-10-12Add support for single-test tox runsFilippo Valsorda
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
2013-10-05add tox configuration file for easy testingFilippo Valsorda