git.schokokeks.org
Repositories
Help
Report an Issue
freewvs.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
992696f
Branches
Tags
master
v0.1.1
v0.1.2
v0.1.3
v0.1.4
freewvs.git
.travis.yml
python 3.9 not yet supported by travis
Hanno Böck
commited
992696f
at 2020-09-11 20:37:14
.travis.yml
Blame
History
Raw
language: python python: - "3.7" - "3.8" - "3.9-dev" # Fails due to https://github.com/pypa/wheel/issues/354 # - "nightly" env: global: - RUN_ONLINETESTS=1 install: - pip install pycodestyle pyflakes pylint dlint pyupgrade script: - python3 -m unittest