modified: nfig1.py
[GalaxyCodeBases.git] / etc / agfw / genpac / .travis.yml
blobddc2a766ece7698354b7f4fe99aed958a831cada
1 language: python
2 python:
3     - 2.7
4 before_install:
5     - sudo apt-get update -qq
6     - sudo apt-get install -qq nodejs
7     - pip install pep8 pyflakes coverage
8 script:
9     - pep8 .
10     - pyflakes .
11     - cd test && ./test.sh