Skip to content

Commit 548332a

Browse files
committed
add 'pip install coverage' to travis.yml
1 parent c153c9c commit 548332a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ env:
1515
- DJANGO="https://www.djangoproject.com/download/1.6a1/tarball/" DBENGINE=pg
1616

1717
install:
18-
- pip install -r demo/demoproject/requirements.pip
19-
- pip install -r requirements.pip
18+
- pip install -r demo/demoproject/requirements.pip -r requirements.pip coverage
2019
- sh -c "if [ '$DBENGINE' = 'pg' ]; then pip install -q psycopg2; fi"
2120
- sh -c "if [ '$DBENGINE' = 'mysql' ]; then pip install -q MySQL-python; fi"
2221
- pip install -q $DJANGO

0 commit comments

Comments
 (0)