astara-appliance/.travis.yml
Doug Hellmann 007c563671 Switch to flake8
Use flake8, which lets us ignore some types of warnings.

Change-Id: I0f4e3b1f0f5b2ebf77d1a7424c82a3ce7b0a597d
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-05-01 15:11:10 -04:00

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