.travis.yml
b880c562
 language: python
 python:
   - "3.5"
   - "3.6"
   - "3.7"
   - "3.8"
   - "nightly"  # nightly build
56fa8dde
 env:
   global:
     - FREEWVS_ONLINETESTS=1
295b9bfc
 install:
   - pip install pycodestyle pyflakes
b880c562
 script:
   - python3 -m unittest