Browse Source

Update .travis.yml

test_fixup
Travis Cunningham 9 years ago
parent
commit
21cebe655e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -4,6 +4,9 @@ python:
env:
- DJANGO=1.3
- DJANGO=1.4
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libarchive-dev
install:
- pip install .
script:


Loading…
Cancel
Save