Skip to content

Commit

Permalink
Remove basepython from the publish section of tox (#28)
Browse files Browse the repository at this point in the history
This is making Travis fail because the interpreter used is
Python3.8

Signed-off-by: Erik-Cristian Seulean <eseulean@bloomberg.net>
  • Loading branch information
erikseulean committed Mar 6, 2020
1 parent ada0b35 commit 19ce44b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -54,7 +54,6 @@ commands = python -m pep517.build -s -b . -o {envtmpdir}
[testenv:pypi_publish]
changedir = {toxinidir}
description = Upload a new package to pypi
basepython = python3.7
deps = twine >= 1.12.1
pep517
passenv = TWINE_PASSWORD https_proxy no_proxy
Expand Down

0 comments on commit 19ce44b

Please sign in to comment.