diff options
| author | Dylan Araps <[email protected]> | 2017-06-27 17:34:34 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-27 17:34:34 +1000 |
| commit | dbba94976cee6ab155ab6fc1bcf3344c6228c516 (patch) | |
| tree | 8ad2d9b0b5073aba7602a116c19ddb7fd1e159fc /.travis.yml | |
| parent | tests: Added gen_colors test. (diff) | |
| download | pywal-dbba94976cee6ab155ab6fc1bcf3344c6228c516.tar.xz pywal-dbba94976cee6ab155ab6fc1bcf3344c6228c516.zip | |
tests: Move test files to other directory.
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 464bdf8..f3f35ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ install: - pip install flake8 pylint script: - - flake8 pywal setup.py - - pylint --ignore-imports=yes pywal setup.py + - flake8 pywal tests setup.py + - pylint --ignore-imports=yes pywal tests setup.py - python setup.py test |