Skip to content

Commit

Permalink
travis-ci config script
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed May 4, 2017
1 parent 55e0316 commit 77d5749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ install:
- bin/buildout

script:
- coverage run bin/test -v1
#- coverage run bin/test -v1
- tox -e $ENVIRON
after_success:
- coverage combine
- coveralls
Expand Down

0 comments on commit 77d5749

Please sign in to comment.