Skip to content

Commit

Permalink
Minimize travis build options (limit django & python version)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawitnida committed May 23, 2020
1 parent 23221a9 commit 9d20078
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

services: postgresql

env:
- DJANGO_VERSION=1.11.5
- DJANGO_VERSION=1.11.13
- DJANGO_VERSION=1.11.28

before_install:
- export DJANGO_SETTINGS_MODULE=guzo.travis_settings
Expand Down

0 comments on commit 9d20078

Please sign in to comment.