Remove enum34 properly after vk_api

This commit is contained in:
Manuel Cortez 2019-01-01 21:10:08 -06:00
parent a93d334b1f
commit ee0219b39a

View File

@ -37,8 +37,10 @@ alpha_python3:
- windows10
before_script:
- '%PYTHON3% -v'
- '%PYTHON3% -m pip install --upgrade pip pyenchant'
- '%PYTHON3% -m pip install --upgrade pip'
- '%PYTHON3% -m pip install --upgrade -r requirements.txt'
- '%PYTHON3% -m pip install --upgrade pyenchant pypubsub'
- '%PYTHON3% -m pip uninstall enum34 -y'
script:
- copy changelog.md doc\changelog.md
- cd doc