add pyupgrade to travis
Hanno Böck

Hanno Böck commited on 2020-06-10 20:12:01
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -7,6 +7,6 @@ env:
7 7
   global:
8 8
     - RUN_ONLINETESTS=1
9 9
 install:
10
-  - pip install pycodestyle pyflakes pylint dlint
10
+  - pip install pycodestyle pyflakes pylint dlint pyupgrade
11 11
 script:
12 12
   - python3 -m unittest
13 13