Skip to content

Commit

Permalink
For some mysterious reason travis fails py3.7 and pypy3 even though l…
Browse files Browse the repository at this point in the history
…ocally it works.
  • Loading branch information
strichter committed Nov 14, 2018
1 parent a69799a commit 6905d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.6
#- os: linux
# python: 3.6
- os: linux
python: 3.7
dist: xenial
sudo: true
- os: linux
python: pypy
- os: linux
python: pypy3
#- os: linux
# python: pypy3

install:
- travis_retry pip install .[form,test] z3c.form
Expand Down

0 comments on commit 6905d3e

Please sign in to comment.