Skip to content

Commit

Permalink
Merge b4f642a into 28f9e1f
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Jun 9, 2020
2 parents 28f9e1f + b4f642a commit 176c7f2
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
@@ -1,15 +1,9 @@
language: python
dist: xenial
python:
- '2.7'
- '3.6'
env:
- DJANGO="Django>=1.11,<1.12.0"
- DJANGO="Django>=2.2,<2.3"
matrix:
exclude:
- python: '2.7'
env: DJANGO="Django>=2.2,<2.3"
install:
- pip install -q $DJANGO
- pip install -q -r test_reqs.txt
Expand Down

0 comments on commit 176c7f2

Please sign in to comment.