Remove flakes and readme from appveyor and travis

This commit is contained in:
Bruno Oliveira
2018-07-27 18:42:06 -03:00
parent f333588b6a
commit 9f9eee6b74
2 changed files with 0 additions and 6 deletions

View File

@@ -46,10 +46,6 @@ jobs:
env: TOXENV=py36-pytestmaster env: TOXENV=py36-pytestmaster
- python: "3.6" - python: "3.6"
env: TOXENV=py36-pytestfeatures env: TOXENV=py36-pytestfeatures
- python: "3.6"
env: TOXENV=flakes
- python: "3.6"
env: TOXENV=readme
- stage: deploy - stage: deploy
python: '3.6' python: '3.6'

View File

@@ -6,8 +6,6 @@ environment:
- TOXENV: "py36-pytest36" - TOXENV: "py36-pytest36"
- TOXENV: "py27-pytest36-pexpect" - TOXENV: "py27-pytest36-pexpect"
- TOXENV: "py36-pytest36-pexpect" - TOXENV: "py36-pytest36-pexpect"
- TOXENV: "flakes"
- TOXENV: "readme"
install: install:
- C:\Python36\python -m pip install -U tox setuptools_scm pip - C:\Python36\python -m pip install -U tox setuptools_scm pip