Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaZach committed Mar 24, 2020
1 parent eccc88b commit ec7075f
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,23 @@ language: python

jobs:
include:
- name: "MTGJSON4 Tox - Python 3.6"
before_install:
- cd "mtgjson4"
- "pip install -U pip setuptools wheel tox-travis"
install: "pip install -r requirements_test.txt"
script: tox
python: "3.6"

- name: "MTGJSON4 Tox - Python 3.7"
before_install:
- cd "mtgjson4"
- "pip install -U pip setuptools wheel tox-travis"
install: "pip install -r requirements_test.txt"
script: tox
python: "3.7"

- name: "MTGJSON4 Tox - Python 3.8"
before_install:
- cd "mtgjson4"
- "pip install -U pip setuptools wheel tox-travis"
install: "pip install -r requirements_test.txt"
script: tox
python: "3.8"

- name: "MTGJSON5 Tox - Python 3.6"
before_install:
- cd "mtgjson5"
- "pip install -U pip setuptools wheel tox-travis"
install: "pip install -r requirements_test.txt"
script: tox
python: "3.6"

- name: "MTGJSON5 Tox - Python 3.7"
before_install:
- cd "mtgjson5"
- "pip install -U pip setuptools wheel tox-travis"
install: "pip install -r requirements_test.txt"
script: tox
python: "3.7"

- name: "MTGJSON5 Tox - Python 3.8"
before_install:
- cd "mtgjson5"
- "pip install -U pip setuptools wheel tox-travis"
install: "pip install -r requirements_test.txt"
script: tox
python: "3.8"
python: "3.8"

0 comments on commit ec7075f

Please sign in to comment.