summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-26 18:01:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-26 18:01:01 -0400
commitd4a388ebf11f045b4b122530f3fd9a10873b063a (patch)
tree739a378842ed36523105e245f0d93b97c0009434 /tox.ini
parentcd4ea07d264e9ed914cd0dcdfaa29df09e6587c2 (diff)
parentc169e5e50fd5f18dfe554d06bfe3940cc950b13e (diff)
downloadpytest-runner-d4a388ebf11f045b4b122530f3fd9a10873b063a.tar.gz
Merge https://github.com/jaraco/skeleton
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 .