Skip to content

Commit

Permalink
Remove py3.3, Django 1.9 testing from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Dec 2, 2015
1 parent b625b37 commit d9eefb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ install:
- pip install -e git+https://github.com/kennethreitz/tablib.git#egg=tablib
- pip install -r requirements/base.txt --use-mirrors
script:
- python tests/manage.py test core --settings=settings
- python tests/manage.py test core --settings=
matrix:
exclude:
- python: "3.3"
env: DJANGO=1.9

0 comments on commit d9eefb0

Please sign in to comment.