aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-25 17:15:35 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-26 00:22:40 +0200
commit3ce0af4f326e7a8c69460b25aee420bbe5560fd7 (patch)
tree993bebac51142ce51359573fafb9539bf8e762ee
parentEnable ./setup.py test functionality (diff)
downloadidentity.gentoo.org-3ce0af4f326e7a8c69460b25aee420bbe5560fd7.tar.gz
identity.gentoo.org-3ce0af4f326e7a8c69460b25aee420bbe5560fd7.tar.bz2
identity.gentoo.org-3ce0af4f326e7a8c69460b25aee420bbe5560fd7.zip
switch to ./setup.py test in travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4aa14f7..4160e38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install:
branches:
only:
- master
-script: coverage run manage.py test --settings=okupy.tests.settings
+script: coverage run setup.py test
after_success:
- coveralls
notifications: