mirror of https://github.com/yandex/gixy
Drop Python 2.6 Support
parent
fa9315ca6a
commit
5a67dc3af5
|
@ -1,10 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
sudo: false
|
sudo: false
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ GIXY
|
||||||
Gixy — это утилита для анализа конфигурации Nginx.
|
Gixy — это утилита для анализа конфигурации Nginx.
|
||||||
Большей частью служит для обнаружения проблем безопасности, но может искать и иные ошибки.
|
Большей частью служит для обнаружения проблем безопасности, но может искать и иные ошибки.
|
||||||
|
|
||||||
Официально поддерживаются версии Python 2.7, 3.5 и 3.6
|
Официально поддерживаются версии Python 2.7, 3.5, 3.6 и 3.7
|
||||||
|
|
||||||
|
|
||||||
# Что умеет
|
# Что умеет
|
||||||
|
|
|
@ -12,7 +12,7 @@ GIXY
|
||||||
Gixy is a tool to analyze Nginx configuration.
|
Gixy is a tool to analyze Nginx configuration.
|
||||||
The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.
|
The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.
|
||||||
|
|
||||||
Currently supported Python versions are 2.7 and 3.5+.
|
Currently supported Python versions are 2.7, 3.5, 3.6 and 3.7.
|
||||||
|
|
||||||
Disclaimer: Gixy is well tested only on GNU/Linux, other OSs may have some issues.
|
Disclaimer: Gixy is well tested only on GNU/Linux, other OSs may have some issues.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue