summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-04 11:02:14 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-04 11:43:31 +0200
commitd333ae7e085a718d4460cd6629ee2bbf51c5f45c (patch)
tree8c8230e4c7934b233efdfeb5ca9386bc8e2d269a /Makefile
parentbb75d7147a5f09e0f14b78766b8e2260bff73fe0 (diff)
downloadbabel-d333ae7e085a718d4460cd6629ee2bbf51c5f45c.tar.gz
travis: Submit coverage to codecov
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c0adaa1..ea4d75f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
test: import-cldr
@PYTHONWARNINGS=default py.test
+test-cov: import-cldr
+ @PYTHONWARNINGS=default py.test --cov=babel
+
test-env:
@virtualenv test-env
@test-env/bin/pip install pytest