1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Add Python 3.7 to the list of test environments

This commit is contained in:
Christopher Musselle 2019-03-04 19:51:53 +00:00
parent db09bc6542
commit bec3616d86

View File

@ -23,6 +23,9 @@ environment:
- PYTHON: "C:\\Python36-x64"
TOX_ENV: "py36"
- PYTHON: "C:\\Python37-x64"
TOX_ENV: "py37"
install:
- "%PYTHON%\\python.exe -m pip install tox"