mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-04-01 08:45:29 +02:00
Remove support for Python 3.5
This commit is contained in:
parent
935f8c7c66
commit
9e6d1b76c7
2 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
|
||||||
- "3.6"
|
- "3.6"
|
||||||
install: pip install tox-travis
|
install: pip install tox-travis
|
||||||
script: tox
|
script: tox
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,12 +1,10 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py35
|
|
||||||
py36
|
py36
|
||||||
flake
|
flake
|
||||||
|
|
||||||
[travis]
|
[travis]
|
||||||
python =
|
python =
|
||||||
3.5: py35
|
|
||||||
3.6: py36, flake
|
3.6: py36, flake
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
Loading…
Add table
Reference in a new issue