Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 7, 2019
2 parents ac47a28 + 054ea7d commit 4715556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cache:
- '%LOCALAPPDATA%\pip\Cache'

test_script:
- "python -m pip install tox tox-venv"
- "python -m pip install -U tox tox-venv virtualenv"
- "tox"

version: '{build}'
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ commands =
skip_install = True
deps =
pep517>=0.5
# workaround for https://github.com/pypa/twine/issues/423
git+https://github.com/pypa/twine
twine>=1.13
path.py
commands =
python -c "import path; path.Path('dist').rmtree_p()"
Expand Down

0 comments on commit 4715556

Please sign in to comment.