diff options
| author | José Padilla | 2014-09-05 17:56:25 -0700 |
|---|---|---|
| committer | José Padilla | 2014-09-05 17:56:25 -0700 |
| commit | 6901677cbd34d62ecf9a92438539c8b8c7c1ae93 (patch) | |
| tree | f1eed9685e8f60826fd6d49f434673a7635838e1 /.travis.yml | |
| parent | a01176ce5fccb7ac531d7f2ec1a4c550d247fb09 (diff) | |
| download | django-rest-framework-6901677cbd34d62ecf9a92438539c8b8c7c1ae93.tar.bz2 | |
Install tox correctly
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b5b2c3ea..a5b6d7d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ env: - TOX_ENV=py2.7-django1.4 - TOX_ENV=py2.6-django1.4 +install: + - "pip install tox --download-cache $HOME/.pip-cache" + script: - - pip install tox - tox -e $TOX_ENV |
