holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Travis fix: PYENV_VERSION=3.7 to PYTHON_VERSION=3.7 #74

Closed jbednar closed 2 years ago

jbednar commented 3 years ago

Seems to be failing with "ValueError: Could not find py38-unit-default-pkg in tox.ini". Not sure why it's running py38, but also not sure why it shouldn't. Should py38 be added to envlist in tox.ini?