Fixed typo

This commit is contained in:
Robin Dunn
2019-06-06 22:02:51 -07:00
parent e5ad7dc754
commit c999ebb4b9

View File

@@ -8,7 +8,7 @@ jobs:
Python27:
python: 'python2.7'
make_venv: 'python2.7 -m virtualenv venv'
venv_pkg: 'python-virtuanenv'
venv_pkg: 'python-virtualenv'
Python36:
python: 'python3.6'
make_venv: 'python3.6 -m venv venv'