Skip to content

Commit

Permalink
updated supported python, django
Browse files Browse the repository at this point in the history
  • Loading branch information
dss09 committed Mar 13, 2020
1 parent aa5a00f commit eb714a0
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .travis.yml
@@ -1,23 +1,16 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
env:
- DJANGO=1.10 DB=sqlite
- DJANGO=1.11 DB=sqlite
- DJANGO=2.0 DB=sqlite
- DJANGO=2.1 DB=sqlite
matrix:
exclude:
- python: "3.4"
env: DJANGO=2.1 DB=sqlite
- python: "3.5"
env: DJANGO=2.1 DB=sqlite
- DJANGO_VERSION="Django<2.2" DB=sqlite
- DJANGO_VERSION="Django<3" DB=sqlite
- DJANGO_VERSION="Django<3.1" DB=sqlite
install:
- pip install -q Django==$DJANGO
- pip install -q "${DJANGO_VERSION}"
- pip install coveralls coverage django-discover-runner
script:
- coverage run --rcfile=.coveragerc setup.py test
after_success:
- coveralls
- coveralls

0 comments on commit eb714a0

Please sign in to comment.