007c563671
Use flake8, which lets us ignore some types of warnings. Change-Id: I0f4e3b1f0f5b2ebf77d1a7424c82a3ce7b0a597d Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
10 lines
232 B
YAML
10 lines
232 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -r test_requirements.txt --use-mirror
|
|
- pip install flake8 --use-mirrors
|
|
- pip install -q . --use-mirrors
|
|
before_script:
|
|
- flake8 setup.py akanda
|
|
script: nosetests -d |