Skip to content

Commit

Permalink
Updating Travis CI configuration so tests run on all python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Apr 27, 2015
1 parent 0f63175 commit 9414a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,11 @@ language: python

python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"

env:
- DJANGO="django==1.5.1 --use-mirrors"
Expand Down

0 comments on commit 9414a4b

Please sign in to comment.