Skip to content

Commit

Permalink
Added before_script in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matiastripode authored Apr 17, 2020
1 parent 8a721b3 commit ace33c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
python:
- "3.7"
install:
- pip install coverage
- pip install parameterize
before_script:
- export PYTHONPATH=$PYTHONPATH:$(pwd)
script:
- python -m unittest discover
- python -m unittest mars_rover_tests/mars_rover_tests.py
install:
- pip install coverage
- pip install parameterize
after_success: coverage report

0 comments on commit ace33c6

Please sign in to comment.