Skip to content

Commit ed16fa1

Browse files
committed
take 5
1 parent f8ed209 commit ed16fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ environment:
1818
TOXENV: "py37"
1919

2020
install:
21-
- python3 -m pip install -U pip
22-
- python3 -m pip install -U wheel setuptools tox
21+
- %PYTHON% -m pip install -U pip
22+
- %PYTHON% -m pip install -U wheel setuptools tox
2323

2424
test_script:
25-
- python3 -m tox -e %TOXENV%
25+
- %PYTHON% -m tox -e %TOXENV%

0 commit comments

Comments
 (0)