Skip to content

Commit

Permalink
Add '-ra' to pytest invocation to describe xfail/skips
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jul 15, 2019
1 parent f2028d7 commit 1ad0f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
script: >
pytest
--verbose --remote-data
-ra
--cov pandasdmx --cov-report term-missing
after_success:
Expand Down

0 comments on commit 1ad0f31

Please sign in to comment.