Browse Source

Disabling pypy for travis because of version 2.5.0

pull/242/head
Florian Mounier 10 years ago
parent
commit
51d21a1b7c
  1. 2
      .travis.yml

2
.travis.yml

@ -5,7 +5,7 @@ python:
- 3.2 - 3.2
- 3.3 - 3.3
- 3.4 - 3.4
- pypy # - pypy Disabled for pypy < 2.6.0
install: install:
- pip install . - pip install .

Loading…
Cancel
Save