diff options
author | maheshgudi | 2017-03-08 14:44:18 +0530 |
---|---|---|
committer | maheshgudi | 2017-03-08 14:44:18 +0530 |
commit | 433cc099527acfc7e5146c06f848c283a806f8b5 (patch) | |
tree | cfe7e8016cb0518f21f537e1677c102017b8c96f /.travis.yml | |
parent | 211c12eb1c2002945e228e0f33cd45d494df74ff (diff) | |
parent | aede1c3736077387d63eacd20c2c39d8875e605d (diff) | |
download | online_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.yml | 15 |
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 |