Skip to content

Commit

Permalink
chore - get tests passing for 3.7 python
Browse files Browse the repository at this point in the history
Updates to travis.yml to support 3.7

Added aspell packages from flask-security/develop

Update pytest version (from flask-security-develop)

Upgrade pony to 0.7.4 to get 3.7 support.

Upgrade bcrypt to try to get it to compile under xenial travis dist

Change pypy specification in travis.yml for xenial dist.

Add minimal werkzeug version since latest 15.2 no longer works will low version Flask.

Removed all manual installing pypy

Bump minimum version of Flask to pick up pypy3 fixes.
  • Loading branch information
jwag956 committed Apr 23, 2019
1 parent 5edd51d commit 26f8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addons:

matrix:
allow_failures:
- python: pypy
- python: pypy3.5-6.0

cache:
- apt
Expand Down

0 comments on commit 26f8694

Please sign in to comment.