Skip to content

Commit

Permalink
Update to PyPy3.3 (alpha builds)
Browse files Browse the repository at this point in the history
not available through `brew`, so not tested on OSX
  • Loading branch information
MinchinWeb committed Nov 2, 2016
1 parent 5dcc2cd commit 11f8ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ matrix:
- sleep 1
- brew install pypy
- sleep 1
- brew install pypy3
- sleep 1
- pip3 install .
- sleep 1
- pip3 install virtualenv
Expand All @@ -31,10 +29,6 @@ matrix:
- sleep 1
- pip_pypy install virtualenv
- sleep 1
- pip_pypy3 install .
- sleep 1
- pip_pypy3 install virtualenv
- sleep 1
- os: linux
python: 2.7
language: python
Expand All @@ -54,7 +48,7 @@ matrix:
python: pypy
language: python
- os: linux
python: pypy3
python: 'pypy3.3-5.2-alpha1'
language: python

allow_failures:
Expand Down
4 changes: 4 additions & 0 deletions test_versions
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ if [[ "${PYTHON_VERSIONS}" == *-dev ]] ; then
PYTHON_VERSIONS="${PYTHON_VERSIONS::-4}"
fi

if [[ "${PYTHON_VERSIONS}" == pypy3* ]] ; then
PYTHON_VERSIONS="pypy3"
fi

echo "Identified python versions: `echo ${PYTHON_VERSIONS} | tr '\n' ' '`"

# Make sure each of the pythons has the necessary requirements installed
Expand Down

0 comments on commit 11f8ae7

Please sign in to comment.