Skip to content

Commit

Permalink
fix checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jan 26, 2021
1 parent 59f8af3 commit c6c33dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude=*/test/*,*/_data/*
max-complexity=11

[tox]
envlist=py27,py35,py36,py37,py38,nightly,checkers
envlist=py27,py36,py37,py38,py39,nightly,checkers

[testenv]
deps=
Expand All @@ -17,7 +17,7 @@ commands=
nosetests -v --with-coverage --cover-package=isbnlib --cover-min-percentage=90

[testenv:checkers]
basepython=python3.6
basepython=python3.7
deps=
flake8
flake8-bugbear
Expand Down

0 comments on commit c6c33dc

Please sign in to comment.