Merge pull request #6559 from blueyed/ci-travis-remove-linting

ci: Travis: removing linting,docs,doctesting
This commit is contained in:
Daniel Hahler 2020-01-24 19:45:42 +01:00 committed by GitHub
commit fe895a40b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ jobs:
python: '3.5.1'
dist: trusty
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
cache:
directories:
- $HOME/.cache/pre-commit
before_script:
- |
# Do not (re-)upload coverage with cron runs.