File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
env :
9
9
- INSTALL_DEB_DEPENDECIES=true
10
10
- INSTALL_DEB_DEPENDECIES=false
11
+ - INSTALL_DEB_DEPENDECIES=true DUECREDIT_ENABLE=yes
11
12
before_install :
12
13
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
13
14
-O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
@@ -45,6 +46,7 @@ install:
45
46
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes vtk; fi
46
47
- pip install python-coveralls
47
48
- pip install nose-cov
49
+ - if [ ! -z "$DUECREDIT_ENABLE"]; then pip install --user -v duecredit; fi
48
50
# Add tvtk (PIL is required by blockcanvas)
49
51
# Install mayavi (see https://github.com/enthought/mayavi/issues/271)
50
52
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
You can’t perform that action at this time.
0 commit comments