diff options
| author | Val Neekman <un33kvu@gmail.com> | 2015-04-20 22:49:57 -0400 |
|---|---|---|
| committer | Val Neekman <un33kvu@gmail.com> | 2015-04-20 22:49:57 -0400 |
| commit | 45d21019664e791cd2f5c3e0e32f2dad9f007343 (patch) | |
| tree | e69bd9f1701753559c4e5edc50f6129fc0b580c9 | |
| parent | 60efd8815ccd91997904ec1e6d223087a4733873 (diff) | |
| download | python-slugify-45d21019664e791cd2f5c3e0e32f2dad9f007343.tar.gz | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5bf627e..b77a385 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - "pep8 --exclude=migrations --ignore=E501,E225,E128 ." - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pyflakes -x W slugify; fi -script: coverage run python test.py +script: coverage run --source=slugify test.py after_success: coveralls |
