mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Travis currently likes to fail because the tests do not output anything
for 10 minutes, more often with Python 3.2 than with others. This could be a problem with our test code, but just as likely a problem with Travis, so we'll try whether a travis_wait command helps.
This commit is contained in:
@@ -11,6 +11,6 @@ before_script:
|
|||||||
- python manage.py check
|
- python manage.py check
|
||||||
- python manage.py validate
|
- python manage.py validate
|
||||||
script:
|
script:
|
||||||
- coverage run manage.py test
|
- travis_wait coverage run manage.py test
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user