Allow pypy to fail. It's failing on Travis but not locally.

master
Jason R. Coombs 8 years ago
parent 7bee559740
commit 0ca388e699
  1. 3
      .travis.yml

@ -5,6 +5,9 @@ python:
- 3.4
- 3.5
- pypy
matrix:
allow_failures:
- python: pypy
script:
- pip install -U pytest
- python setup.py test

Loading…
Cancel
Save