Skip to content

Commit

Permalink
Try disabling system site packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 21, 2014
1 parent 3fc4b71 commit 69690ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,8 +5,10 @@ python:
- 2.7
- 3.3
install:
- pip install . --use-mirrors
- pip install .
script:
- python setup.py test -q
notifications:
email: false
virtualenv:
system_site_packages: true

1 comment on commit 69690ad

@mgedmin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean "try enabling system site packages" in the commit message?

Please sign in to comment.