Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magescher committed Apr 23, 2017
1 parent 5ff7593 commit a84d007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ install:
- pip install pytest-cov coverage coveralls
#script:
#- py.test
script: py.test tests/test_test.py --cov=dellve_dash
script: echo "Build"
#script: py.test tests/test_test.py --cov=dellve_dash
after_success: coveralls
after_failure: echo "Broken :("
branches:
Expand Down

0 comments on commit a84d007

Please sign in to comment.