File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[tox]
2- envlist = python39
2+ envlist = python39,python310,python311
33
44[travis]
55python =
@@ -9,21 +9,21 @@ python =
99
1010[testenv:python39]
1111install_command =
12- python -m pip install --upgrade pip
13- pip install -e .
12+ python -m pip install --upgrade pip {opts} {packages}
13+ pip install -e . {opts} {packages}
1414extras = tests,docs
1515commands = python -m pytest
1616
1717[testenv:python310]
1818install_command =
19- python -m pip install --upgrade pip {packages}
20- pip install -e . {packages}
19+ python -m pip install --upgrade pip {opts} { packages}
20+ pip install -e . {opts} { packages}
2121extras = tests,docs
2222commands = python -m pytest
2323
2424[testenv:python311]
2525install_command =
26- python -m pip install --upgrade pip {packages}
27- pip install -e . {packages}
26+ python -m pip install --upgrade pip {opts} { packages}
27+ pip install -e . {opts} { packages}
2828extras = tests,docs
2929commands = python -m pytest
You can’t perform that action at this time.
0 commit comments