Skip to content

Commit

Permalink
Fix tox envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Feb 5, 2022
1 parent 481a2ca commit 9304bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# config file for tox

[tox]
envlist = 27,3{5,6,7,8,9,10},flake8,docs
envlist = py27,py3{5,6,7,8,9,10},flake8,docs

[testenv:flake8]
basepython = python3.9
Expand All @@ -22,4 +22,3 @@ passenv = PG* PYGRESQL_*
commands =
python setup.py clean --all build_ext --force --inplace --strict --ssl-info --memory-size
python -m unittest discover {posargs}

0 comments on commit 9304bf9

Please sign in to comment.