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: myjupyterlab.sh
[GalaxyCodeBases.git]
/
etc
/
agfw
/
gfwlist2pac
/
.travis.yml
blob
a73883a1abb767c6f4335924b8bcbeac95e509e3
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