mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01: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
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,12 +1,10 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py35
|
||||
py36
|
||||
flake
|
||||
|
||||
[travis]
|
||||
python =
|
||||
3.5: py35
|
||||
3.6: py36, flake
|
||||
|
||||
[testenv]
|
||||
|
|
Loading…
Reference in a new issue