also enable pypy on travis

This commit is contained in:
Manuel Barkhau 2018-09-05 21:29:57 +02:00
parent 9f54bd56cb
commit 44a039bc11

View file

@ -9,7 +9,9 @@ python:
- "3.7"
- "3.6"
- "3.5"
- "pypy3.5"
- "2.7"
- "pypy2.7"
before_install:
- sudo apt-get install -y git mercurial