Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Sep 18, 2017
1 parent 0f3f444 commit c846b2a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ env:
- TOXENV=py36-django111

matrix:
fast_finish: true
fast_finish: true

before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363
- pyenv global system 3.5

install:
- pip install --upgrade pip
- travis_retry pip install 'tox>=2.3.1' coveralls

script:
- travis_retry tox

notifications:
irc: "irc.freenode.org#pylucid"
- pip freeze
- travis_retry tox

0 comments on commit c846b2a

Please sign in to comment.