From 1a1bdd365b4f340a54c739d2b45292f162fc0c0e Mon Sep 17 00:00:00 2001 From: Adam Charnock Date: Wed, 9 Sep 2015 03:31:24 +0100 Subject: [PATCH] Attempt to get build running on both 3.2 & nightlies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffb0745..c6d2df8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - "python setup.py develop" - "pip install ." - "pip install pytest coveralls collective.dist" - - pip install $(python -c "import sys; print('coverage>4a1' if sys.version_info > (3,3) else 'coverage<4')") + - pip install --pre $(python -c "import sys; print('coverage>4.0a1' if sys.version_info > (3,3) else 'coverage<4')") - "git config --global user.email 'user@test.com'" - "git config --global user.name 'Test User'" - 'echo "[server-login]\nusername:testuser\npassword:testpass" > ~/.pypirc'