Files
archey4/.travis.yml
2018-08-25 14:47:11 +02:00

15 lines
413 B
YAML

language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
install:
- pip3 install .
- pip3 install pylint
script:
- python3 setup.py test
- python3 archey/archey.py
- pylint archey/ --jobs=2 --disable=missing-docstring,too-few-public-methods,too-many-lines
- pylint test/ --jobs=2 --disable=missing-docstring,too-few-public-methods,unused-argument,protected-access,no-value-for-parameter