diff options
| author | Aymeric Augustin | 2013-11-01 18:24:54 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-01 18:24:54 +0100 |
| commit | 50b13fb575dc79d849d1d79cb5619cce52b42f9d (patch) | |
| tree | f0bdd6f251131822c9db815b0ef12b9edb31cd84 /.travis.yml | |
| parent | 3003c95626617c5c5331ddf10373e867b6610a63 (diff) | |
| download | django-debug-toolbar-50b13fb575dc79d849d1d79cb5619cce52b42f9d.tar.bz2 | |
Get rid of custom test runner.
Refs #426.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f1d2e29..90c42cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ matrix: env: DJANGO_VERSION=1.4.8 install: - pip install Django==$DJANGO_VERSION -script: python setup.py test +script: make test |
