Skip to content

Commit

Permalink
Remove system packages requirement from Travis config
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <b@devel.io>
  • Loading branch information
bruth committed May 21, 2014
1 parent 70a3f72 commit b1f391d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
@@ -1,18 +1,22 @@
language: python

python:
- "2.6"
- "2.7"

env:
- DJANGO=1.4.5
- DJANGO=1.5.1
virtualenv:
system_site_packages: true
- DJANGO=1.4.13
- DJANGO=1.5.8

install:
- pip install -q coveralls Django==$DJANGO --use-mirrors
- pip install -r requirements.txt

services:
- memcache

script:
- coverage run test_suite.py

after_success:
- coveralls

0 comments on commit b1f391d

Please sign in to comment.