1
0
Fork 0
satnogs-db/.travis.yml

11 lines
158 B
YAML
Raw Normal View History

language: python
2017-02-12 10:31:35 -07:00
dist: trusty
python:
- "2.7"
install:
- pip install flake8
2017-02-12 10:31:35 -07:00
- npm install -g eslint
script:
- flake8 .
2017-02-12 10:31:35 -07:00
- eslint 'db/static/js/*.js'