summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-05-09 12:46:43 -0400
committerIan Ward <ian@excess.org>2014-10-05 09:44:55 -0400
commit74fa1caeda2c34bf76652b96af0175f2fe518143 (patch)
tree6ccd1a283c377a07e09e65b0d49bd2ca2e62f87d
parent400d623b93ad7de4bf2a935332538404d1ae3417 (diff)
downloadurwid-74fa1caeda2c34bf76652b96af0175f2fe518143.tar.gz
fix new travis build system_site_packages breakage
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 34a8809..f5df529 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,8 @@
language: python
-virtualenv:
- system_site_packages: true
python:
- "2.6"
- - "2.7"
- - "3.2"
+ - "2.7_with_system_site_packages"
+ - "3.2_with_system_site_packages"
- "3.3"
- "pypy"
before_install: