Skip to content

Commit

Permalink
Just comment out pypy3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 28, 2016
1 parent fb74244 commit 6bc2518
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,20 +1,14 @@
language: python
python:
- '3.5'
addons:
apt:
sources:
- pypy
packages:
- pypy
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
#- TOXENV=pypy3
install:
- pip install tox
script:
Expand Down

0 comments on commit 6bc2518

Please sign in to comment.