We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c3046 commit b58281bCopy full SHA for b58281b
1 file changed
.travis.yml
@@ -1,10 +1,17 @@
1
language: python
2
python:
3
- "2.7"
4
+services:
5
+ - postgresql
6
+ - rabbitmq
7
8
# command to install dependencies
9
+before_install:
10
+ - sudo apt-get install -qq libevent-dev libpq-dev
11
install:
12
- "pip install -r requirements.txt --use-mirrors"
13
14
# command to run tests
15
+before_script:
16
+ - "psql -c 'create database deis_testing;' -U postgres"
17
script: "python manage.py test"
0 commit comments