Skip to content

Commit

Permalink
Update travis configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 21, 2018
1 parent 97e5259 commit 82b09c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ python:
- "3.6"
install:
- pip install coveralls
- pip install -r requirements.txt
script:
- coverage run --source=cantools setup.py test
- coverage run --source=textparser setup.py test
- make test-sdist
- env PYTHONPATH=. python examples/hello_world.py
- env PYTHONPATH=. python examples/diagnostics/did.py
after_success:
coveralls

0 comments on commit 82b09c8

Please sign in to comment.