summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-03-26 20:49:55 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-03-26 20:49:55 +0100
commit7b23d326551fa36a7957a5aeb92d5bd4ad0c79d1 (patch)
tree811df2c88fc1253bf9796da2452edef4f8e70ea2 /.travis.yml
parent16b85cff6b34df544acbf1fa5dd5bb1bc3784310 (diff)
downloadarchweb-7b23d326551fa36a7957a5aeb92d5bd4ad0c79d1.tar.gz
archweb-7b23d326551fa36a7957a5aeb92d5bd4ad0c79d1.zip
retro: remove retro module
The retro pages have been moved to a seperate git repository with static content.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fe7be6f2..5d79786a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ install: "pip install -r requirements.txt && pip install coveralls pylint"
script:
- python manage.py collectstatic --noinput
- coverage run --rcfile .coveragerc manage.py test
- - pylint devel main mirrors news packages releng retro templates todolists visualize *.py
+ - pylint devel main mirrors news packages releng templates todolists visualize *.py
after_success:
- coveralls