Skip to content

Commit

Permalink
Update travis..
Browse files Browse the repository at this point in the history
.. gotta generate this from tox somehow..
  • Loading branch information
kaleissin committed Jan 6, 2015
1 parent fafebab commit 9efc59b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,13 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -q $DJANGO --use-mirrors
- python setup.py -q install
script:
- python runtests.py
env:
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django==1.6"
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"

0 comments on commit 9efc59b

Please sign in to comment.