diff options
| author | Tom Christie | 2012-10-11 13:09:53 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-11 13:09:53 +0100 |
| commit | 3c9fb0429973282e59e0ae8d4d0fb38ac56f495f (patch) | |
| tree | f8f4d2060f6f681ae2af3bce18b73f2cc40c95be | |
| parent | d15e31b28d8a98c5df969fa8ebaa01b05897f2f5 (diff) | |
| download | django-rest-framework-3c9fb0429973282e59e0ae8d4d0fb38ac56f495f.tar.bz2 | |
Don't bother to setup.py test, just test directly
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3c8bb472..2439bd78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ env: install: - pip install $DJANGO - - pip install -e . --use-mirrors - - pip install -r requirements.txt --use-mirrors script: - - python setup.py test + - python rest_framework/runtests/runtests.py |
