Revert "Travis: use python 3.6" Hopefuly we dont need this

This reverts commit e10ad70b2b8e15de5fcace7af3f8e1cc9a6ca2f0.
This commit is contained in:
yparitcher 2019-01-21 00:00:55 -05:00
parent c1631c7172
commit f2d0e3d275
No known key found for this signature in database
GPG Key ID: FC78BE8055D48472

View File

@ -80,7 +80,7 @@ env2:
env2/bin/pip install --upgrade -r tools/requirements.txt
env3:
python3.6 -m venv env3
python3 -m venv env3
env3/bin/pip -q install --upgrade -r tools/requirements.txt
env3/bin/pip -q install --upgrade black