Skip to content

Commit

Permalink
Travis-CI: PyPy3: Temporarily use github.com:cython/cython@0.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Mar 10, 2015
1 parent ec01552 commit 28f4a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cache:
before_install:
- sudo apt-get update -q
- sh ./conf/travis-install-mpi.sh $MPI
- if [[ $TRAVIS_PYTHON_VERSION == pypy3 ]]; then pip install -q https://github.com/cython/cython/archive/0.22.x.zip; fi
- pip install -q Cython
- cython --version
install:
Expand Down

0 comments on commit 28f4a76

Please sign in to comment.