diff options
author | Alex Morega <alex@grep.ro> | 2013-07-06 17:16:58 +0200 |
---|---|---|
committer | Alex Morega <alex@grep.ro> | 2013-07-06 17:17:55 +0200 |
commit | 75752cd1ddfe417d1ba448eeacc26d2801a93d43 (patch) | |
tree | 3a54971da6d06c07238562268f5f3cfcaa3fb4fc /Makefile | |
parent | 2a45afc078647858857c8238f2effd928b1f0371 (diff) | |
download | babel-75752cd1ddfe417d1ba448eeacc26d2801a93d43.tar.gz |
run the right test suite by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ test: import-cldr - @py.test tests + @py.test clean: clean-cldr clean-pyc |