Roll back python version dependency that does not support site packages.

https://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvs
This commit is contained in:
John Cass 2018-05-06 10:09:27 +02:00
parent 2ee949e822
commit 6e59d6d2a0

View File

@ -4,10 +4,7 @@ dist: trusty
language: python
python:
- "2.7.9"
virtualenv:
system_site_packages: true
- "2.7_with_system_site_packages"
addons:
apt: