git.schokokeks.org
Repositories
Help
Report an Issue
freewvs.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
295b9bf
Branches
Tags
master
v0.1.1
v0.1.2
v0.1.3
v0.1.4
freewvs.git
.travis.yml
install pycodestyle/pyflakes in CI
Hanno Böck
commited
295b9bf
at 2019-12-12 18:52:35
.travis.yml
Blame
History
Raw
language: python python: - "3.5" - "3.6" - "3.7" - "3.8" - "nightly" # nightly build install: - pip install pycodestyle pyflakes script: - python3 -m unittest