소스 검색

Merge pull request #5429 from Gu1nness/#5426-tox-outdated

Remove Python3.5 from tox.ini as it is not supported anymore
TW 4 년 전
부모
커밋
d56c816cf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -2,7 +2,7 @@
 # fakeroot -u tox --recreate
 
 [tox]
-envlist = py{35,36,37,38,39},flake8
+envlist = py{36,37,38,39},flake8
 
 [testenv]
 deps =