Skip to content

Commit 7e9b78b

Browse files
committed
Update command
1 parent f8c576d commit 7e9b78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ before_script:
2323
- psql -c 'create database bard;' -U postgres -h localhost
2424
script:
2525
- ./update_pot.sh
26-
- pipenv shell -c "PYTHONPATH="." coverage run --include=bard/bard.py,bard/postgis.py,bard/models.py,bard/cli.py test/test.py && coverage report"
27-
- pipenv shell -c "coveralls"
26+
- pipenv shell PYTHONPATH="." coverage run --include=bard/bard.py,bard/postgis.py,bard/models.py,bard/cli.py test/test.py && coverage report
27+
- pipenv shell coveralls

0 commit comments

Comments
 (0)