Skip to content

Commit

Permalink
Remove SCons coverage
Browse files Browse the repository at this point in the history
This can be useful for latter development.
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 9fb0b40 commit 61f7bfc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ script:
- conda install python-clanglite -c statiskit
- conda install gitpython -c conda-forge
- conda install scons -c statiskit
- cd doc/examples/basic
- P=`python -c 'import autowig; print autowig.__path__[0]'`
- coverage run --source=$P $HOME/miniconda/bin/scons
- cd ../../..
- nosetests test -s -v --with-coverage
- coverage combine .coverage doc/examples/basic/.coverage

Expand Down

0 comments on commit 61f7bfc

Please sign in to comment.