From 0c03d7e1a342305e464f6a367add3f3ab96b9059 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 30 Oct 2017 08:41:49 +0200 Subject: [PATCH] Use 2.7.13 instead of 2.7_with_system_site_packages --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 13a23e8ff..2f15baf7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}