Skip to content

Commit 874367a

Browse files
committed
solving issue osx py36
1 parent defcf36 commit 874367a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ install:
6666
fi
6767
fi
6868
- source activate test
69+
- echo $LD_LIBRARY_PATH
70+
- echo $DYLD_LIBRARY_PATH
71+
- echo $PATH
6972
- pip install numpy scipy matplotlib vtk nose
7073
- if [[ "$TOXENV" == "py27" ]]; then
7174
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=2.7;
@@ -74,7 +77,6 @@ install:
7477
fi
7578
- pip install setuptools
7679
- pip install coveralls
77-
- pip install coverage
7880
- python setup.py install
7981

8082
script:

0 commit comments

Comments
 (0)