summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-30Test on 3.7Jelle van der Waa1-1/+1
2019-04-05travisci: set travis vm to xenialJelle van der Waa1-0/+1
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-03-26retro: remove retro moduleJelle van der Waa1-1/+1
The retro pages have been moved to a seperate git repository with static content.
2019-01-21Run tests under Python 3.6Jelle van der Waa1-1/+1
2017-08-28travis: cache pip for faster buildsJelle van der Waa1-0/+1
2017-08-28Make pylint scan all module directory'sJelle van der Waa1-1/+1
Instead of only scanning the base *.py files, scan all module directories.
2017-07-11Add pylint checks to travisciJelle van der Waa1-1/+2
2017-06-11Move coverage configuration to .coverageJelle van der Waa1-1/+1
Introduce a .coveragerc file to omit multiple files from test coverage such as django's migrations, env and the tests itself.
2017-05-16Coverage \o/Jelle van der Waa1-2/+5
2017-05-01Add travisci fileJelle van der Waa1-0/+8
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>