From f5213ef043d5f79331136af84c3354832fe4cefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Suttor?= Date: Mon, 12 Jun 2017 15:35:26 +0200 Subject: [PATCH] Remove test eggs env variable --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 918dda8..657c8bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: