Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
coveralls in the same directory
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 18, 2014
1 parent 4cde2ff commit ac3b077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ before_install:
install:
- export PYTHONWARNINGS=all
- python setup.py install
- cd

script:
# run coverage on py2.7, regular on others
- if [[ $CONDA == python=2.7* ]]; then
nosetests --exe -v --with-doctest --with-cov --cover-package scilab2py scilab2py;
nosetests --exe -v --with-doctest --with-cov --cover-package scilab2py;
else
nosetests --exe -v scilab2py;
fi
Expand Down

0 comments on commit ac3b077

Please sign in to comment.