Fix typo in command

pull/68/head
Neal Todd 2014-02-17 16:36:59 +00:00
rodzic c70a058d53
commit 42282d9345
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ before_script:
- psql -c 'create database wagtaildemo;' -U postgres
# Run the tests
script:
coverage run --source=wagtail python runtests.py
coverage run --source=wagtail runtests.py
after_success:
coveralls
# Who to notify about build results