Exclude PyPy and Python 3.2 on OSX

This commit is contained in:
Donald Stufft 2014-05-04 13:36:28 -04:00
parent dd640f23b5
commit cdee19c77c
1 changed files with 6 additions and 0 deletions

View File

@ -44,3 +44,9 @@ matrix:
env: TOXENV=py3pep8
- os: osx
env: TOXENV=docs
# We exclude these because they take so long, theortically an issue could
# show up only on 3.2 or PyPy on OSX. However (hopefully) that is unlikely.
- os: osx
env: TOXENV=py32
- os: osx
env: TOXENV=pypy