Skip to content

Commit

Permalink
still have to maintain py2 compat on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Nov 8, 2021
1 parent 4dcd5ad commit 84fef20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'sigtools >= 2.0',
'attrs>=19.1.0,<22',
'od',
'docutils',
'docutils ~= 0.17.0',
],
tests_require=[
'repeated_test',
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[tox]
envlist=test-{py27,pypy,py35,pypy3,py36,py37,py38,py39,py310}, py39-cover-all, pyflakes
skipsdist=True
requires=
pip >= 21.3.1

[tox:travis]
3.8 = py38, coveralls, pyflakes
Expand Down

0 comments on commit 84fef20

Please sign in to comment.