Skip to content

Commit ed77925

Browse files
committed
enable coverage, remove old wrong line
1 parent 9f53add commit ed77925

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ before_install:
2222

2323
install:
2424
- pip install -r requirements.txt --use-mirrors
25-
- pip install --use-mirrors nose mock
25+
- pip install --use-mirrors nose mock coverage
2626
- ./setup.py install
2727
script:
28-
- touch bananaproject/settings/local.py
2928
- ./run_tests.py
3029
branches:
3130
only:

0 commit comments

Comments
 (0)