Skip to content

Commit d1884b3

Browse files
yarikopticalexsavio
authored andcommitted
ENH: travis -- add a run which would execute with DUECREDIT_ENABLE
1 parent 4b42834 commit d1884b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
env:
99
- INSTALL_DEB_DEPENDECIES=true
1010
- INSTALL_DEB_DEPENDECIES=false
11+
- INSTALL_DEB_DEPENDECIES=true DUECREDIT_ENABLE=yes
1112
before_install:
1213
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
1314
-O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
@@ -45,6 +46,7 @@ install:
4546
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes vtk; fi
4647
- pip install python-coveralls
4748
- pip install nose-cov
49+
- if [ ! -z "$DUECREDIT_ENABLE"]; then pip install --user -v duecredit; fi
4850
# Add tvtk (PIL is required by blockcanvas)
4951
# Install mayavi (see https://github.com/enthought/mayavi/issues/271)
5052
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then

0 commit comments

Comments
 (0)