Skip to content

Commit

Permalink
Remove test eggs env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuttor committed Jun 12, 2017
1 parent 8a87c6c commit f5213ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ cache:
python:
- 2.7
env:
- PLONE_VERSION=4.3 TEST_EGGS=collective.messagesviewlet [plone4]
- PLONE_VERSION=5.0 TEST_EGGS=collective.messagesviewlet [plone5]
- PLONE_VERSION=5.1 TEST_EGGS=collective.messagesviewlet [plone5]
- PLONE_VERSION=4.3
- PLONE_VERSION=5.0
- PLONE_VERSION=5.1
install:
- sed -ie "s#5-latest#$PLONE_VERSION-latest#" buildout.cfg
- python bootstrap-buildout.py --version=2.5.3
Expand All @@ -24,7 +24,7 @@ script:
- bin/createcoverage run bin/test
after_success:
- bin/createcoverage
- pip install coveralls
- pip install coveralls==0.5
- coveralls
notifications:
email:
Expand Down

0 comments on commit f5213ef

Please sign in to comment.