astara-neutron/.travis.yml

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