Skip to content

Commit

Permalink
cleanup travis output
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Nov 29, 2017
1 parent e889f27 commit 90704ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ install:

before_script:
- touch tests/show_gui
- python3 src/urh/cythonext/build.py

script:
- pytest --cov=src/urh --cov-config .coveragerc tests
- python3 src/urh/cythonext/build.py &> /tmp/build_log.txt
- pytest --cov=src/urh --cov-config .coveragerc tests 2> /tmp/test_errors.txt
- pip3 install .
- urh autoclose

after_failure:
- cat /tmp/build_log.txt
- cat /tmp/test_errors.txt

after_success: codecov

0 comments on commit 90704ea

Please sign in to comment.