Skip to content

Commit

Permalink
fix apend
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Sep 11, 2018
1 parent 0835ee7 commit e3d3449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script: # configure a headless display to test plot generation

script:
- python -m coverage run --source . -m unittest discover --verbose
- PYTHONPATH=./ python -m coverage --cov-append run ./examples/Ancient\ Map/map.py
- PYTHONPATH=./ python -m coverage run --append ./examples/Ancient\ Map/map.py

after_success:
- python -m coverage report --show-missing
Expand Down

0 comments on commit e3d3449

Please sign in to comment.