Browse Source

Update .travis.yml

test_fixup
Travis Cunningham 9 years ago
parent
commit
0339f9123e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,7 +5,7 @@ env:
- DJANGO=1.3 - DJANGO=1.3
- DJANGO=1.4 - DJANGO=1.4
install: install:
- pip install -q .
- pip install .
script: script:
- make test - make test
notifications: notifications:


Loading…
Cancel
Save