Skip to content

Commit

Permalink
Upgrade packaging dependencies (fix AppVeyor)
Browse files Browse the repository at this point in the history
These used to come along with installing tox, but this is no longer
the case since version 3.10.
See similar fix h5py/h5py@b183c74
and tox issue tox-dev/tox#1304 .
  • Loading branch information
florisla committed Jun 13, 2019
1 parent 6bc9323 commit e198fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -29,6 +29,7 @@ init:
- ps: "ls C:/Python*"

install:
- "%PYTHON%/python.exe -m pip install --upgrade wheel pip setuptools virtualenv"
- "%PYTHON%/python.exe -m pip install tox"
- "%PYTHON%/python.exe -m pip install -e ."

Expand Down

0 comments on commit e198fe6

Please sign in to comment.