Skip to content
Snippets Groups Projects
Commit 7c0edf75 authored by Donald Stufft's avatar Donald Stufft
Browse files

Update the apt repository

parent 5eec06c3
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ env: ...@@ -10,6 +10,7 @@ env:
install: install:
# Add the PyPy repository # Add the PyPy repository
- "if [[ $TOXENV == 'pypy' ]]; then sudo add-apt-repository -y ppa:pypy/ppa; fi" - "if [[ $TOXENV == 'pypy' ]]; then sudo add-apt-repository -y ppa:pypy/ppa; fi"
- "if [[ $TOXENV == 'pypy' ]]; then sudo apt-get update; fi"
# Upgrade PyPy # Upgrade PyPy
- "if [[ $TOXENV == 'pypy' ]]; then sudo apt-get -y install pypy; fi" - "if [[ $TOXENV == 'pypy' ]]; then sudo apt-get -y install pypy; fi"
# This is required because we need to get rid of the Travis installed PyPy # This is required because we need to get rid of the Travis installed PyPy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment