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

Commit 0320f1b

Browse files
committed
Add simple travis check script
1 parent 44e261f commit 0320f1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ python:
33
- 3.6
44
- 3.5
55
script:
6-
- echo "All right!";
6+
- printf "xkobel02\nxtravi99\n" | python ./test.py --log-dir log/ $(which true) 2>&1 | grep -i -v warning
7+
78
#deploy:
89
# - provider: pypi
910
# skip_cleanup: true

0 commit comments

Comments
 (0)