Skip to content

Commit

Permalink
chore: remove 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatnight committed Apr 8, 2019
1 parent 43009e9 commit a271953
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,15 @@ env:
- DJANGO=1.11.*
- DJANGO=2.0.*
- DJANGO=2.1.*
- DJANGO=2.2
matrix:
exclude:
- python: 2.7
env: DJANGO=2.0.*
- python: 2.7
env: DJANGO=2.1.*
- python: 2.7
env: DJANGO=2.2
- python: 3.4
env: DJANGO=2.1.*
- python: 3.4
env: DJANGO=2.2
install:
- pip install --upgrade pysqlite3
- pip install -q Django==$DJANGO
- pip install coveralls
# - pip install -r requirements/dev.txt
Expand Down

0 comments on commit a271953

Please sign in to comment.