mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Bump Python version in tox and RTD environments.
This commit is contained in:
parent
f957883082
commit
4a5f51dd01
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
name: py36
|
||||
name: py37
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.6
|
||||
- python=3.7
|
||||
- sphinx=1.5.3
|
||||
- sphinx_rtd_theme=0.2.4
|
||||
- pip
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py36
|
||||
envlist = py37
|
||||
|
||||
[testenv]
|
||||
deps = -rdev_requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue