diff options
author | ankitjavalkar | 2016-08-29 17:42:00 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-09-21 17:51:23 +0530 |
commit | 87930b211e3011ad0e2da982519ef5e6ef5ab865 (patch) | |
tree | 95d4f56f93973fd3320858a8a166769830e4d849 /.travis.yml | |
parent | 95b7927ff4d192c58c1160531b6f8c8c9259f1e4 (diff) | |
download | online_test-87930b211e3011ad0e2da982519ef5e6ef5ab865.tar.gz online_test-87930b211e3011ad0e2da982519ef5e6ef5ab865.tar.bz2 online_test-87930b211e3011ad0e2da982519ef5e6ef5ab865.zip |
- Change path of selenium tests
- Add to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8ad6c5f..c70a17a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,14 @@ install: - pip install -q Django==$DJANGO - pip install -q pytz==2016.4 - pip install -q python-social-auth==0.2.19 + - pip install selenium before_install: - sudo apt-get update -qq - sudo apt-get install -y scilab + - "export DISPLAY=:99.0" + - "sh -e /etc/init.d/xvfb start" + - sleep 3 # give xvfb some time to start # command to run tests script: |