Skip to content

Commit

Permalink
Attempt to get build running on both 3.2 & nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock committed Sep 9, 2015
1 parent 521cbb4 commit 1a1bdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 1a1bdd3

Please sign in to comment.