kronozvx
Version:
Quick hash parser will take a hashdump and put it into a Metasploit rc format
28 lines (25 loc) • 544 B
YAML
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly"
# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt
- python kronoz.py -q install
# command to run tests
script:
- pytest # or py.test for Python versions 3.5 and below
#ENVS
env :
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.2