diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-01-26 20:09:04 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-01-26 23:13:58 +0100 |
commit | cb3128966983c26d747bee1e6a79242e9512c21f (patch) | |
tree | 351282af45696afaf4d9356f64a573035c1b0085 /.gitignore | |
parent | eec79703d4f09580b20b06f1c8ca16d4068e128f (diff) |
[test] run the tests with tox and py.test
- Resolves: #14
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,9 +25,10 @@ PKG-INFO pip-log.txt # Unit test / coverage reports +docs/cov_html/ .coverage .tox -nosetests.xml +.cache # Translations *.mo |