Skip to content

Commit 4ae7d79

Browse files
committed
Add test script to .travis.yml
1 parent 7872e19 commit 4ae7d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ python:
88
- 'nightly'
99
install:
1010
- pip install mock==2.0
11+
script:
12+
- python -m unittest discover -s tests/ -p test_*.py -v
1113
matrix:
1214
allow_failures:
1315
- python: 'nightly'

0 commit comments

Comments
 (0)