Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvw committed Apr 19, 2016
1 parent 4db99b2 commit eb7c4fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ python:
- "3.2"
- "3.3"
- "3.4"

- "3.5"
- "nightly"
env:
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.7.3

before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
- pip install coveralls

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install coveralls
- pip install -q Django==$DJANGO_VERSION --quiet
- pip install humanize
- pip install .
Expand Down

0 comments on commit eb7c4fc

Please sign in to comment.