Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Use a virtualenv without site packages to simulate python -S
Browse files Browse the repository at this point in the history
  • Loading branch information
prsephton committed Sep 6, 2017
1 parent c49f5e2 commit eca0fd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ language: python
python:
- 2.7
install:
- virtualenv --no-site-packages env
- source env/bin/activate
- python ./bootstrap.py
- bin/buildout
- bin/buildout -s
script:
- bin/test -v1
notifications:
Expand Down

0 comments on commit eca0fd7

Please sign in to comment.