Skip to content

Commit d091aa5

Browse files
committed
Include system site-packages in travis build for py2.7
1 parent 731f9bb commit d091aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "2.7"
3+
- "2.7_with_system_site_packages"
44
- "3.2"
55
- "3.3"
66
# install required system libraries

0 commit comments

Comments
 (0)