Skip to content

Commit b58281b

Browse files
committed
More testing of Travis CI configuration.
1 parent 35c3046 commit b58281b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
language: python
22
python:
33
- "2.7"
4+
services:
5+
- postgresql
6+
- rabbitmq
47

58
# command to install dependencies
9+
before_install:
10+
- sudo apt-get install -qq libevent-dev libpq-dev
611
install:
712
- "pip install -r requirements.txt --use-mirrors"
813

914
# command to run tests
15+
before_script:
16+
- "psql -c 'create database deis_testing;' -U postgres"
1017
script: "python manage.py test"

0 commit comments

Comments
 (0)