Files
Arjun/.travis.yml

15 lines
573 B
YAML
Raw Normal View History

2021-03-11 07:35:44 +05:30
language: python
os:
- linux
python:
- 3.6
install:
- pip install flake8 arjun
before_script:
# stop the build if there are Python syntax errors
- flake8 . --count --select=E901,E999,F401,F701,F702,F706,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
2021-05-17 19:44:19 +05:30
- arjun -u https://public-firing-range.appspot.com/reflected/parameter/body -t 2 --headers "{\"User-Agent\": \"Mozilla 5/5\"}" -oJ result.json