git.schokokeks.org
Repositories
Help
Report an Issue
freewvs.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
63396c2
Branches
Tags
master
v0.1.1
v0.1.2
v0.1.3
v0.1.4
freewvs.git
.travis.yml
add pyupgrade to travis
Hanno Böck
commited
63396c2
at 2020-06-10 20:12:01
.travis.yml
Blame
History
Raw
language: python python: - "3.7" - "3.8" - "nightly" env: global: - RUN_ONLINETESTS=1 install: - pip install pycodestyle pyflakes pylint dlint pyupgrade script: - python3 -m unittest