Skip to content
Snippets Groups Projects
Commit 3afe903aa4ea authored by Hugo's avatar Hugo
Browse files

Revert "Workaround Pypy regression"

parent 8bee3a161d55
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
# Then run the remainder.
python:
- "pypy"
- "pypy-2.3.1"
- "pypy3"
- 3.4
- 2.7
......@@ -70,6 +69,5 @@
# (Installation is very slow on Py3, so just do it for Py2.)
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
matrix:
fast_finish: true
......@@ -74,4 +72,2 @@
matrix:
fast_finish: true
allow_failures:
- python: pypy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment