repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: nfig1.py
[GalaxyCodeBases.git]
/
etc
/
agfw
/
genpac
/
.travis.yml
blob
ddc2a766ece7698354b7f4fe99aed958a831cada
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