Skip to content

Commit f8ed209

Browse files
committed
take 4
1 parent 83253ba commit f8ed209

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-
- python -m pip install -U pip
22-
- python -m pip install -U wheel setuptools tox
21+
- python3 -m pip install -U pip
22+
- python3 -m pip install -U wheel setuptools tox
2323

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

0 commit comments

Comments
 (0)