summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormaheshgudi2017-03-08 14:44:18 +0530
committermaheshgudi2017-03-08 14:44:18 +0530
commit433cc099527acfc7e5146c06f848c283a806f8b5 (patch)
treecfe7e8016cb0518f21f537e1677c102017b8c96f /.travis.yml
parent211c12eb1c2002945e228e0f33cd45d494df74ff (diff)
parentaede1c3736077387d63eacd20c2c39d8875e605d (diff)
downloadonline_test-433cc099527acfc7e5146c06f848c283a806f8b5.tar.gz
online_test-433cc099527acfc7e5146c06f848c283a806f8b5.tar.bz2
online_test-433cc099527acfc7e5146c06f848c283a806f8b5.zip
Merge branch 'master' of https://github.com/fossee/online_test into fill_in_the_blanks
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b8ff2f..f1c4dab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,14 +4,6 @@ python:
- "2.7"
- "3.5"
-env:
- - DJANGO=1.9.5
-
-# command to install dependencies
-install:
- - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1
- - pip install -q Django==$DJANGO
-
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y scilab
@@ -19,7 +11,12 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
+# command to install dependencies
+install:
+ - pip install -r requirements/requirements-common.txt
+ - python setup.py develop
+
# command to run tests
script:
- python manage.py test -v 2 yaksh
- - python manage.py test -v 2 yaksh.live_server_tests
+ - python manage.py test -v 2 yaksh.live_server_tests.load_test