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