Skip to content

Commit

Permalink
Find Modeller in system Python directories.
Browse files Browse the repository at this point in the history
Travis uses virtualenv, which is isolated from the system
Python, but the Modeller .deb package only installs in
those system paths. Fix this by asking virtualenv to also
check system Python directories for packages.
  • Loading branch information
benmwebb committed Sep 16, 2016
1 parent 2e32209 commit fccbbff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ python:
- 2.6
- 2.7
- 3.5
virtualenv:
# Need to be able to find Modeller in system Python directories
system_site_packages: true
install:
- wget $LICENSE_URL -O mod-license
- sudo apt-get -qq update
Expand Down

0 comments on commit fccbbff

Please sign in to comment.