]> git.parisson.com Git - django_quiz.git/commitdiff
setup, not manage
authorTom Walker <tomwalker0472@gmail.com>
Sun, 27 Jul 2014 16:30:53 +0000 (17:30 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Sun, 27 Jul 2014 16:30:53 +0000 (17:30 +0100)
.travis.yml

index 6bd0ba4268f2f3e54ceadcdee3e56d3010e2655e..8e925799052575963226b0cfd1b819884b3b5340 100644 (file)
@@ -10,4 +10,4 @@ env:
 install:
   -  pip install -r requirements.txt
 script:
-  -  python manage.py test
\ No newline at end of file
+  -  python setup.py test
\ No newline at end of file