Skip to content

Commit 51ef5a3

Browse files
committed
Using tip on how to use system_site_packages in travis
Tip from: travis-ci/travis-ci#2219 (comment)
1 parent 0b5f820 commit 51ef5a3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
language: python
22

33
python:
4-
- 2.7
5-
- 3.4
4+
- "2.7_with_system_site_packages"
5+
- "3.4_with_system_site_packages"
66

7-
virtualenv:
8-
system_site_packages: true
7+
#virtualenv:
8+
# system_site_packages: true
9+
10+
matrix:
11+
exclude:
12+
- python: 2.7
13+
env: PYTEST_QT_FORCE_PYQT=5
914

1015
env:
1116
# - PYTEST_VERSION=2.6.4 PYTEST_QT_FORCE_PYQT=true

0 commit comments

Comments
 (0)