update tox env name in CI config

Use py36-pyqtlink instead of py36 for macOS
This commit is contained in:
Ryan Farley 2017-11-30 08:35:02 -06:00
parent f7b0ac503e
commit 2f231c86ac

View File

@ -22,7 +22,7 @@ matrix:
- os: linux
env: TESTENV=py36-pyqt59-cov
- os: osx
env: TESTENV=py36 OSX=sierra
env: TESTENV=py36-pyqtlink OSX=sierra
osx_image: xcode8.3
language: generic
# https://github.com/qutebrowser/qutebrowser/issues/2013