Skip to content

Commit

Permalink
Prepare for 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Feb 10, 2016
1 parent 827a2da commit 91948ff
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 @@ -7,8 +7,8 @@ install:
- pip install -e .
script:
- coverage run --source sismic -m unittest discover
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/elevator.yaml --features docs/examples/elevator.feature
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/microwave.yaml --features docs/examples/microwave.feature
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/elevator.yaml --features docs/examples/elevator.feature --coverage
- coverage run -a --source sismic -m sismic.testing.behave docs/examples/microwave.yaml --features docs/examples/microwave.feature --coverage
- cd docs && make doctest && cd ..
after_success:
- coveralls
Expand Down

0 comments on commit 91948ff

Please sign in to comment.