summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index eced353..e7e9b63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@ env:
- TOXENV=pypy-pure,pypy3-pure
install:
- - pip install tox
- - pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
+ - pip install -U pip
+ - pip install tox cython
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
script: tox