Skip to content

Commit d914c8a

Browse files
committed
Attempt at fixing recent build failures on AppVeyor
1 parent 0402469 commit d914c8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
install:
2-
- python -m pip install tox
3-
41
build: off
52

3+
install:
4+
- python -m pip install -U pip
5+
- python -m pip install -U wheel setuptools tox
6+
67
test_script:
78
- python -m tox -e py35,py36,py37

0 commit comments

Comments
 (0)