We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c153c9c commit 548332aCopy full SHA for 548332a
.travis.yml
@@ -15,8 +15,7 @@ env:
15
- DJANGO="https://www.djangoproject.com/download/1.6a1/tarball/" DBENGINE=pg
16
17
install:
18
- - pip install -r demo/demoproject/requirements.pip
19
- - pip install -r requirements.pip
+ - pip install -r demo/demoproject/requirements.pip -r requirements.pip coverage
20
- sh -c "if [ '$DBENGINE' = 'pg' ]; then pip install -q psycopg2; fi"
21
- sh -c "if [ '$DBENGINE' = 'mysql' ]; then pip install -q MySQL-python; fi"
22
- pip install -q $DJANGO
0 commit comments