Skip to content

Commit e8d07d8

Browse files
committed
[travis] Test osx virtualenv
1 parent b3e9fd3 commit e8d07d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ install:
3030
- if [ $COVERALLS = 1 ]; then
3131
pip install --upgrade coveralls;
3232
fi;
33+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
34+
which python;
35+
source venv/bin/activate;
36+
which python;
37+
fi
3338
- pip install lxml enum34 pyyaml
3439

3540
script:
41+
- which python
3642
- python setup.py build
3743
- if [ $COVERALLS = 1 ]; then
3844
coverage${PYVER} run --source=odml setup.py test && coverage${PYVER} report -m;

0 commit comments

Comments
 (0)