pypy trusty

This commit is contained in:
Matt Martz 2019-03-13 12:56:45 -05:00
parent 8791bc0c66
commit 17ee4573df
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ matrix:
env: TOXENV=py38
- python: pypy
env: TOXENV=pypy
dist: trusty
before_install:
- if [[ $(echo "$TOXENV" | egrep -c "py35") != 0 ]]; then pyenv global system 3.5; fi;