Merge pull request #2722 from hugovk/replace-2.7_with_system_site_packages

Use 2.7.13 instead of 2.7_with_system_site_packages
This commit is contained in:
Adrian Sampson 2017-10-30 09:29:58 -04:00 committed by GitHub
commit b87d9736f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ matrix:
include:
- python: 2.7.13
env: {TOX_ENV: py27-cov, COVERAGE: 1}
- python: 2.7_with_system_site_packages
- python: 2.7.13
env: {TOX_ENV: py27-test}
- python: 3.4
env: {TOX_ENV: py34-test}