diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 19:09:49 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 19:17:15 +0100 |
| commit | 7d80c7d7b6c983cd631986b3c74672389c8916d9 (patch) | |
| tree | e9a7e66082f2603958d8e32fb86c13a8b7653eff /.travis.yml | |
| parent | 74b2639b574ecaf600798d234d93e2d807f63021 (diff) | |
| download | jasper-client-7d80c7d7b6c983cd631986b3c74672389c8916d9.tar.gz jasper-client-7d80c7d7b6c983cd631986b3c74672389c8916d9.zip | |
Split unittests into separate files and move them to tests/
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a4ffa00..c4a68a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ install: - "pip install coverage" - "pip install flake8" before_script: - - flake8 jasper.py client + - "flake8 jasper.py client tests" script: - - "coverage run client/test.py --light" + - "coverage run -m unittest discover" after_success: - "coveralls"
\ No newline at end of file |
