Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaddishIoW committed Apr 25, 2019
1 parent 1c91d9a commit a1f78c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,17 +4,16 @@ sudo: false
# Python versions for matrix
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"

# Django versions for matrix
env:
- DJANGO_VERSION='>=1.10,<1.11'
- DJANGO_VERSION='>=1.11,<1.12'
- DJANGO_VERSION='>=2.0,<2.1'
- DJANGO_VERSION='>=2.1,<2.2'

# Command to install dependencies, e.g. pip install -r requirements.txt
install:
Expand Down

0 comments on commit a1f78c7

Please sign in to comment.