Skip to content

Commit

Permalink
all tests and turn on email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Apr 24, 2019
1 parent 98228df commit b04deca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python

notifications:
email: false
email: true

python:
- "3.6"
Expand Down
10 changes: 1 addition & 9 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,9 @@ cp card_data/card.json app/_data
# for test_3.py
cp card_data/card.json tests/inputs

echo "============================= PWD =============================="
echo "${PWD}"
echo "============================= DATA FOLDER =============================="
ls -lhatr app/_data
echo "============================= DB FOLDER =============================="
ls -lhatr app/_db

# run unit tests
cd tests
# pytest -v -rxs
pytest test_4.py -v -rxs --color=auto --durations=0
pytest -v -rxs

# exit with the exitcode thrown by pytest
exit $?

0 comments on commit b04deca

Please sign in to comment.