68ee539e40
Change-Id: I29ad27eca617e9ca801024d598d665cf1a2728d0 Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
10 lines
278 B
YAML
10 lines
278 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 --show-source --ignore=E125 --statistics akanda test setup.py
|
|
script: nosetests -d |