Skip to content

Commit

Permalink
Disables PyPy3 testing on Travis.
Browse files Browse the repository at this point in the history
PyPy3 is currently compliant with the Python 3.2 API, but Flask supports
only Python 3.3 or later.
  • Loading branch information
jfinkels committed Jun 5, 2016
1 parent ec4cd2c commit d605996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ python:
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
# PyPy3 currently supports Python 3.2, which Flask does not support.
# - "pypy3"

addons:
# HACK Need to update the installed version of PostgreSQL, because it doesn't
Expand Down

0 comments on commit d605996

Please sign in to comment.