Skip to content

Commit

Permalink
Remove timing tests from travis, as they're pretty much useless there...
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Mar 16, 2016
1 parent d5f00d5 commit 7c9dc10
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ install:
- pip install pylint coverage coveralls
- pip install -e .
script:
- nosetests -s -q
env:
- WITH_TIMINGS=0
- WITH_TIMINGS=1
- nosetests -s -q --with-coverage --cover-package=enocean
sudo: false
matrix:
fast_finish: true
allow_failures:
- env: WITH_TIMINGS=1

after_success:
- pylint enocean -d line-too-long
# - nosetests -s -q --with-coverage --cover-package=enocean
- coveralls

0 comments on commit 7c9dc10

Please sign in to comment.