We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e9fd3 commit e8d07d8Copy full SHA for e8d07d8
.travis.yml
@@ -30,9 +30,15 @@ install:
30
- if [ $COVERALLS = 1 ]; then
31
pip install --upgrade coveralls;
32
fi;
33
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
34
+ which python;
35
+ source venv/bin/activate;
36
37
+ fi
38
- pip install lxml enum34 pyyaml
39
40
script:
41
+ - which python
42
- python setup.py build
43
44
coverage${PYVER} run --source=odml setup.py test && coverage${PYVER} report -m;
0 commit comments