Newer
Older
before_install:
- git submodule update --remote
install:
- pip install flake8
- pip install -r requirements.txt
script:
- py.test
after_success:
before_install:
- git submodule update --remote
install:
- pip install flake8
- pip install -r requirements.txt
script:
- py.test
after_success: