Commit 407611da authored by Jason Madden's avatar Jason Madden

Try to upgrade pip on Travis for better wheel support.

parent f518b140
...@@ -8,8 +8,8 @@ env: ...@@ -8,8 +8,8 @@ env:
- TOXENV=py33 - TOXENV=py33
- TOXENV=py34 - TOXENV=py34
install: install:
- travis_retry pip install tox - travis_retry pip install -U pip
- travis_retry pip install cython - travis_retry pip install -U tox,cython
script: script:
- tox - tox
notifications: notifications:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment