aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-06-09 04:03:55 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-06-09 04:03:55 +0200
commitea7d4a6eac4e40a0f716b460197b2db8422944a9 (patch)
tree6c92a2c3e22725e86264d3e06f4b19a07367eb24 /.travis.yml
parentAdd coveralls badge (diff)
downloadidentity.gentoo.org-ea7d4a6eac4e40a0f716b460197b2db8422944a9.tar.gz
identity.gentoo.org-ea7d4a6eac4e40a0f716b460197b2db8422944a9.tar.bz2
identity.gentoo.org-ea7d4a6eac4e40a0f716b460197b2db8422944a9.zip
fix the travis-ci command
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f9dc3e2..28b7c09 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install:
branches:
only:
- master
-script: coverage run python manage.py test --settings=okupy.tests.settings tests
+script: coverage run manage.py test --settings=okupy.tests.settings tests
after_success:
- coveralls
notifications: