Skip to content

Commit

Permalink
[UPD] travis ci wrong dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHorvat committed Aug 26, 2020
1 parent ed6d865 commit 7e1cfda
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 @@ -12,4 +12,4 @@ python:
install: pip install -U .[test]

# Command to run tests, e.g. python setup.py test
script: pytest ../tests/ --capture=sys -v --cov=../giteasychangelog --color=yes --disable-warnings
script: pytest tests/ --capture=sys -v --cov=../giteasychangelog --color=yes --disable-warnings

0 comments on commit 7e1cfda

Please sign in to comment.