Skip to content

Commit

Permalink
review change in travis.yml / throw buildout out
Browse files Browse the repository at this point in the history
  • Loading branch information
vernans committed Oct 3, 2018
1 parent bad5ca3 commit e88d2c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -13,11 +13,9 @@ matrix:
install:
- pip install coveralls coverage
- pip install tox-travis
- pip install zc.buildout
- buildout bootstrap
- buildout
- pip install -U -e .[test]
script:
- coverage run bin/test
- coverage run -m zope.testrunner --test-path=src
after_success:
- coveralls
notifications:
Expand Down

0 comments on commit e88d2c5

Please sign in to comment.