[travis] don't test on OSX pypy any more

I believe it's enough to test pypy implementation only on Linux.
We don't really need to also test it in on OSX, as fonttools is a pure python project so it should just work there as well.
Travis CI has just become too slow...
This commit is contained in:
Cosimo Lupo 2016-10-14 17:41:08 +01:00
parent f6362b0ebf
commit e4a3d4aba4

View File

@ -25,9 +25,6 @@ matrix:
- language: generic
os: osx
env: TOXENV=py35
- language: generic
os: osx
env: TOXENV=pypy
# coveralls is not listed in tox's envlist, but should run in travis
- python: 3.5
env: TOXENV=coveralls