Skip to content
Snippets Groups Projects
Commit d754881b authored by Mikail KOCAK's avatar Mikail KOCAK
Browse files

Fixed invalid travis.yml

parent e0e7e515
Branches
Tags
No related merge requests found
...@@ -10,14 +10,6 @@ env: ...@@ -10,14 +10,6 @@ env:
- DJANGO_VERSION=">=2.1.0,<2.2" - DJANGO_VERSION=">=2.1.0,<2.2"
- DJANGO_VERSION=">=2.0.0,<2.1" - DJANGO_VERSION=">=2.0.0,<2.1"
- DJANGO_VERSION=">=1.11.0,<2.0.0" - DJANGO_VERSION=">=1.11.0,<2.0.0"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=">=2.2.0,<2.3"
- python: "2.7"
env: DJANGO_VERSION=">=2.1.0,<2.2"
- python: "2.7"
env: DJANGO_VERSION=">=2.0.0,<2.1"
install: install:
- pip install -r dev-env-requirements.txt - pip install -r dev-env-requirements.txt
- pip install "django$DJANGO_VERSION" - pip install "django$DJANGO_VERSION"
...@@ -27,6 +19,13 @@ script: ...@@ -27,6 +19,13 @@ script:
after_success: after_success:
- codecov - codecov
jobs: jobs:
exclude:
- python: "2.7"
env: DJANGO_VERSION=">=2.2.0,<2.3"
- python: "2.7"
env: DJANGO_VERSION=">=2.1.0,<2.2"
- python: "2.7"
env: DJANGO_VERSION=">=2.0.0,<2.1"
include: include:
- stage: lint - stage: lint
install: install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment