Skip to content

Commit

Permalink
Merge fd13b1d into 2bd0ea0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevera committed Oct 24, 2019
2 parents 2bd0ea0 + fd13b1d commit 402dbe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- pypy3.5-6.0

addons:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mongoengine>=0.15.3",
"mongomock>=3.14.0",
"msgcheck>=2.9",
"pony>=0.7.4",
"pony>=0.7.11",
"psycopg2>=2.7.5",
"pydocstyle>=1.0.0",
"pymysql>=0.9.3",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37, pypy
envlist = py27, py35, py36, py37, py38, pypy

[testenv]
commands =
Expand All @@ -23,4 +23,4 @@ max-line-length = 88
[coverage:run]
omit=
flask_security/script.py
flask_security/babel.py
flask_security/babel.py

0 comments on commit 402dbe0

Please sign in to comment.