]> git.parisson.com Git - django_quiz.git/commitdiff
added travis file
authorTom Walker <tomwalker0472@gmail.com>
Sun, 27 Jul 2014 15:42:52 +0000 (16:42 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Sun, 27 Jul 2014 15:42:52 +0000 (16:42 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..65a63d4
--- /dev/null
@@ -0,0 +1,5 @@
+language: python
+python:
+  - "2.7"
+install: pip install -r requirements.txt
+script:  python manage.py test
\ No newline at end of file