[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:
parent
f6362b0ebf
commit
e4a3d4aba4
@ -25,9 +25,6 @@ matrix:
|
|||||||
- language: generic
|
- language: generic
|
||||||
os: osx
|
os: osx
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- language: generic
|
|
||||||
os: osx
|
|
||||||
env: TOXENV=pypy
|
|
||||||
# coveralls is not listed in tox's envlist, but should run in travis
|
# coveralls is not listed in tox's envlist, but should run in travis
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=coveralls
|
env: TOXENV=coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user