Skip to content

Commit

Permalink
According to the internet, this is how you get cassandra working in T…
Browse files Browse the repository at this point in the history
…ravisCI, so it must be true
  • Loading branch information
arlake228 committed Dec 14, 2017
1 parent e67127e commit 3b778b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
sudo: required
services:
- cassandra
- postgresql
Expand All @@ -20,7 +21,6 @@ before_script:
- python esmond/manage.py makemigrations --noinput
- python esmond/manage.py migrate --noinput
- python esmond/manage.py loaddata oidsets.json
- sleep 30
script:
# Run each test seperately but append to same coverage report.
- coverage run --append --source=esmond --omit=*wsgi*,*commands* esmond/manage.py test api.tests.test_api
Expand Down

0 comments on commit 3b778b3

Please sign in to comment.