Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 1c7c091

Browse files
removed support for python older than python 3.6
1 parent 32744eb commit 1c7c091

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mock
33
pytest
44
pytest-cov
55
tox
6-
python-telegram-bot==5.0
6+
python-telegram-bot

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py30,py34,py35,py36,coverage
2+
envlist = py36,py37,py38,py39,coverage
33

44
[testenv]
55
skip_install = True
@@ -9,7 +9,7 @@ deps=
99
commands=py.test tests --cov-fail-under 90 --color=auto --cov=telegram_handler --cov-report=term-missing
1010

1111
[testenv:coverage]
12-
basepython = python3.5
12+
basepython = python3.6
1313
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
1414
deps =
1515
codecov>=1.4.0

0 commit comments

Comments
 (0)