Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Add simple travis check script
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Dec 1, 2017
1 parent 44e261f commit 0320f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ python:
- 3.6
- 3.5
script:
- echo "All right!";
- printf "xkobel02\nxtravi99\n" | python ./test.py --log-dir log/ $(which true) 2>&1 | grep -i -v warning

#deploy:
# - provider: pypi
# skip_cleanup: true
Expand Down

0 comments on commit 0320f1b

Please sign in to comment.