Hanno Böck commited on 2019-12-22 12:25:39
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -4,11 +4,11 @@ python: |
4 | 4 |
- "3.6" |
5 | 5 |
- "3.7" |
6 | 6 |
- "3.8" |
7 |
- - "nightly" # nightly build |
|
7 |
+ - "nightly" |
|
8 | 8 |
env: |
9 | 9 |
global: |
10 | 10 |
- FREEWVS_ONLINETESTS=1 |
11 | 11 |
install: |
12 |
- - pip install pycodestyle pyflakes |
|
12 |
+ - pip install pycodestyle pyflakes pylint |
|
13 | 13 |
script: |
14 | 14 |
- python3 -m unittest |
15 | 15 |