Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 27, 2016
1 parent d211597 commit f0e5fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ before_script:
- conda build conda/python-autowig -c statiskit -c conda-forge --no-test
- conda install python-autowig -c statiskit -c conda-forge --use-local
- conda remove python-autowig
- pip install -e .

script:
- python setup.py develop --user
- conda install python-clanglite -c statiskit
- conda install gitpython -c conda-forge
- conda install scons -c statiskit
- nosetests test -x -s -v --with-coverage
- nosetests test -x -s -v --with-coverage --cover-package=autowig

after_success:
- coveralls
Expand Down

0 comments on commit f0e5fb7

Please sign in to comment.