diff --git a/.travis.yml b/.travis.yml index 36e152e4..428d5a6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,33 +4,8 @@ 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 @@ -38,7 +13,6 @@ jobs: - 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 @@ -46,8 +20,7 @@ jobs: - 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" \ No newline at end of file + python: "3.8"