Remove setup step from CI, it was not needed

This commit is contained in:
Skia 2016-04-20 03:33:03 +02:00
parent b4c3f2f4dc
commit 08ae6a19bc
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
test:
script:
- pip install -r requirements.txt
- python manage.py setup
- python manage.py test