diff options
| author | Aymeric Augustin | 2013-11-01 18:29:15 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-01 18:29:15 +0100 |
| commit | f7c26c2c420d7cd6a67b3984840f31760cb6c8e3 (patch) | |
| tree | 9322114bbdacd21499ad1f0eba8cb6873aa8cc9b | |
| parent | 93bf27ee9351737de7bc957faaeb1011f18ac3c6 (diff) | |
| download | django-debug-toolbar-f7c26c2c420d7cd6a67b3984840f31760cb6c8e3.tar.bz2 | |
Fix Travis through trial and error (attempt 1).
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 90c42cc..a39532b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ matrix: - python: "3.3" env: DJANGO_VERSION=1.4.8 install: - - pip install Django==$DJANGO_VERSION + - pip install Django==$DJANGO_VERSION sqlparse script: make test |
