summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoradityacp2016-08-31 15:30:52 +0530
committeradityacp2016-08-31 15:30:52 +0530
commit9dbb30e8adadf18e0e5261eda6d1aa6d62fdbb4f (patch)
treeb23b9685fb942266be5c1a748be5e49c0f596c4b /.travis.yml
parent40fbb5d8f1d4174f7d7e2d4723e9fbfc40040dcb (diff)
parentaefc8eed3b0c18520059b4005978f1db9cf5591b (diff)
downloadonline_test-9dbb30e8adadf18e0e5261eda6d1aa6d62fdbb4f.tar.gz
online_test-9dbb30e8adadf18e0e5261eda6d1aa6d62fdbb4f.tar.bz2
online_test-9dbb30e8adadf18e0e5261eda6d1aa6d62fdbb4f.zip
rebase with latest changes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d362005..8ad6c5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,9 @@ env:
# command to install dependencies
install:
+ - pip install tornado
- pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1
- - pip install -q Django==$DJANGO --use-mirrors
+ - pip install -q Django==$DJANGO
- pip install -q pytz==2016.4
- pip install -q python-social-auth==0.2.19
@@ -20,4 +21,4 @@ before_install:
# command to run tests
script:
- - python manage.py test yaksh
+ - python manage.py test -v 2 yaksh