Skip to content

Commit

Permalink
Run tox travis_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Apr 19, 2016
1 parent 195d03a commit 2061f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- pip install -U pip wheel
- pip install tox
script:
- tox -e $TOX_ENV
- travis_retry tox -e $TOX_ENV

notifications:
slack: watchdogpolska:mQq180xGu9UcuJgK73hVWECD
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setenv =
DJANGO_CONFIGURATION=Local
commands =
coverage run --branch --omit=*/site-packages/*,poradnia/*/migrations/*.py {toxinidir}/poradnia/manage.py test --verbosity=2
coveralls: travis_retry coveralls
coveralls: coveralls
deps =
dj18: Django>=1.8,<1.9
dj17: Django>=1.7,<1.8
Expand Down

0 comments on commit 2061f2e

Please sign in to comment.