remove python 3.6 steps from travis

This commit is contained in:
Victor Shyba 2018-11-26 18:52:27 -03:00 committed by Lex Berezhny
parent bc844013a1
commit 47a33009ff

View file

@ -18,7 +18,7 @@ jobs:
- &tests - &tests
stage: test stage: test
name: "Unit Tests w/ Python 3.7" name: "Unit Tests"
install: install:
- pip install coverage - pip install coverage
- pip install git+https://github.com/lbryio/torba.git#egg=torba - pip install git+https://github.com/lbryio/torba.git#egg=torba
@ -31,16 +31,7 @@ jobs:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
- <<: *tests - <<: *tests
name: "Unit Tests w/ Python 3.6" name: "DHT Tests"
python: "3.6"
- <<: *tests
name: "DHT Tests w/ Python 3.7"
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial --reactor=asyncio tests.functional
- <<: *tests
name: "DHT Tests w/ Python 3.6"
python: "3.6"
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial --reactor=asyncio tests.functional script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial --reactor=asyncio tests.functional
- name: "Integration Tests" - name: "Integration Tests"
@ -72,7 +63,6 @@ jobs:
- &build - &build
name: "Linux" name: "Linux"
python: "3.6"
install: install:
- pip3 install pyinstaller - pip3 install pyinstaller
- pip3 install git+https://github.com/lbryio/torba.git - pip3 install git+https://github.com/lbryio/torba.git