Require pypy build to pass

This commit is contained in:
Konstantin Lopuhin 2017-06-19 16:46:16 +03:00
parent ea08b95280
commit 271b3a485c
1 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,8 @@ matrix:
env: TOXENV=py27
- python: 2.7
env: TOXENV=jessie
- python: 2.7
env: TOXENV=pypy
- python: 3.3
env: TOXENV=py33
- python: 3.5
@ -21,9 +23,6 @@ matrix:
env: TOXENV=pypy
- python: 3.6
env: TOXENV=docs
allow_failures:
- python: 2.7
env: TOXENV=pypy
install:
- |
if [ "$TOXENV" = "pypy" ]; then