Skip to content

Commit

Permalink
Remove py35 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Aug 27, 2020
1 parent 245dfab commit 6307101
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -30,10 +30,6 @@ repos:
# - id: no-commit-to-branch
# args:
# - --branch=master
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.23.0
hooks:
- id: yamllint
- repo: local
hooks:
# Run mypy through our wrapper script in order to get the possible
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,6 @@ env:
- secure: sxJHvo02IbdESumFeBOfI3bcsRYB/HaBH8aXtaULDeIhh7sJIOz6ZaemXfMh51i762O6RmAHDlogqZkxeVP2Y/k0HS4Qp2aXtuNQFCeS8jTUtB3/xfhv7ljRkwZPu6QnJyBH5DTwBtabVjLNk2Ozvjl3AuupnsVWwoJjNqc9BzCmlBK5aUfvHeAN8wvdOUJx5Mo5gqE4LJiJIHDALqXYjHvYJ9UND9APFGEsQ11BinzIR2a8IGsP5FfpO6TWKZiEK1yqPlZf+PgWLFk5wBYcJrDurh4eLR8bmekfUNRBqfEWL49a+5FIrKOGHAkilKa6G1rL+1tf72JcVXR7e0MzvkDz12VzsiAmES3Mc1gOAC2z89Am/hAht6dbLqxFtiaP4Jr5s0Vq0ViPzOb2XaNIztOzb+01frq85JQ7icHWr9e8feobIYeg9mKlyqfud0ddcmmzGDZ07bSvp95TRFMdJBjHAHl5IE4wLS+Byr2KAqgYNl9Z/7dTej5hnbtcazyQp37Ao/EmCjWkR9n8QdrZvcmv6ZhsZJch/qZ1VmYbiYq2GPD0S6QpPRfQHf2DbtxwxNATI22xwhNdIMcDkMqljhiWaJRaEDyJm4G1hZMAI63WKBMLhGcM2Jcn2sMB3QCyk729uZExSjVCHmir3sLl4ZYx6XVMpdw8nnxBAyNDz4o=
jobs:
include:
- python: '3.5'
env: TOXENV=py35
- python: '3.6'
env: TOXENV=py36
- python: '3.7'
Expand Down
1 change: 1 addition & 0 deletions requirements-tests.txt
Expand Up @@ -10,5 +10,6 @@ pytest~=6.0
pytest-aiohttp~=0.3.0
pytest-timeout~=1.4
pytest-sugar~=0.9
pytest-cov~=2.10
requests-mock~=1.8
tox~=3.19
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, lint
envlist = py36, py37, lint
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 6307101

Please sign in to comment.