Skip to content

Commit

Permalink
attempting to fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 13, 2019
1 parent 3f2138b commit ad234fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ init:

install:
- "%PYTHON%/Scripts/easy_install -U pip"
- "%PYTHON%/Scripts/pip install -U setuptools tox wheel"
- "%PYTHON%/Scripts/pip install -U setuptools wheel"
- "%PYTHON%/Scripts/pip install -e .[tests]"

build: false # Not a C# project, build stuff at the test step instead.

test_script:
- "%PYTHON%/Scripts/tox --force-dep=pip>10.0.0 -r -e %TOX_ENV%"
- "%PYTHON%/python -m pytest"

after_test:
- "%PYTHON%/python setup.py bdist_wheel"
Expand Down

0 comments on commit ad234fd

Please sign in to comment.