Skip to content

Commit

Permalink
Remove PyPy testing with optional dependencies on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ysitu committed Jun 7, 2014
1 parent a2489fd commit c05ee9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "pypy"

matrix:
fast_finish: true

include:
- python: "pypy"
env: OPTIONAL_DEPS=no
- python: "3.4"
env: OPTIONAL_DEPS=source

allow_failures:
# 3.4 and pypy Wheels are not yet available.
- python: "pypy"
env: OPTIONAL_DEPS=pip
- env: OPTIONAL_DEPS=source

env:
Expand Down

0 comments on commit c05ee9e

Please sign in to comment.