Browse Source

Update .travis.yml

Fixed installation of packages via pip
test_fixup
Travis Cunningham 10 years ago
parent
commit
b92cffd1dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,6 +5,6 @@ env:
- DJANGO=1.3
- DJANGO=1.4
install:
- pip install --timeout=30 -q -e . --use-mirrors
- pip install -q .
script:
- make test

Loading…
Cancel
Save