Browse Source

Show all output so maybe at some point we can fix tests

pull/1498/head
Safihre 5 years ago
parent
commit
c2ba998e7b
  1. 2
      .travis.yml
  2. 2
      appveyor.yml

2
.travis.yml

@ -38,7 +38,7 @@ install:
- python3 -m pip install --upgrade -r tests/requirements.txt
script:
- python3 -m pytest
- python3 -m pytest -s
notifications:
email:

2
appveyor.yml

@ -12,4 +12,4 @@ install:
- python -m pip install --upgrade -r tests/requirements.txt
build_script:
- python -m pytest
- python -m pytest -s

Loading…
Cancel
Save