Skip to content

Commit a747c31

Browse files
committed
Update tox to work
``` $ tox ... py37: commands succeeded py38: commands succeeded py39: commands succeeded py310: commands succeeded flake8: commands succeeded congratulations :) ```
1 parent a31f755 commit a747c31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.python-version

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
3.7.12
2+
3.8.1
3+
3.9.9
4+
3.10.1

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35, py36, py37, pypy, flake8
2+
envlist = py37, py38, py39, py310, flake8
33

44
[testenv]
55
commands = py.test {posargs:requests_unixsocket/tests}

0 commit comments

Comments
 (0)