summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 11 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 82fb9ea..d267e16 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,14 +3,16 @@ envlist = python
minversion = 3.2
# https://github.com/jaraco/skeleton/issues/6
tox_pip_extensions_ext_venv_update = true
+# Ensure that a late version of pip is used even on tox-venv.
+requires =
+ tox-pip-version>=0.0.6
+ tox-venv
+
[testenv]
deps =
setuptools>=31.0.1
- # workaround for https://github.com/manahl/pytest-plugins/issues/110
- pytest < 4
- # workaround for https://github.com/manahl/pytest-plugins/issues/122
- virtualenv
+pip_version = pip
commands =
pytest {posargs}
usedevelop = True
@@ -28,9 +30,12 @@ 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
+passenv =
+ TWINE_PASSWORD
+setenv =
+ TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .