summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharanya A2019-08-01 17:33:49 +0530
committerSharanya A2019-08-01 17:33:49 +0530
commit8454d545a5e61fc342d89b64cad0adab4dbc4f30 (patch)
tree69d1b16d9aa73e48a4f1ebe57c556ab4cd9cf35e
parent20c5c832b848cbe4f4c27479b83065e4501e3505 (diff)
downloadFOSSEE_animations-8454d545a5e61fc342d89b64cad0adab4dbc4f30.tar.gz
FOSSEE_animations-8454d545a5e61fc342d89b64cad0adab4dbc4f30.tar.bz2
FOSSEE_animations-8454d545a5e61fc342d89b64cad0adab4dbc4f30.zip
change travis.yml
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e1fb31..b9fb3d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,15 @@ python:
before_install:
- sudo apt-get update -qq
- "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
- - sleep 3 # give xvfb some time to start
+ # - "sh -e /etc/init.d/xvfb start"
+ # - sleep 3 # give xvfb some time to start
# command to install dependencies
install:
- pip install -r requirements.txt
+services:
+ - xvfb
# command to run tests and coverage
script:
- python manage.py makemigrations
@@ -22,4 +24,4 @@ script:
after_success:
- coverage combine
- - coverage report \ No newline at end of file
+ - coverage report