.travis.yml 266 Bytes
Newer Older
lavado's avatar
lavado committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dist: bionic

language: python

arch:
    - amd64
    - arm64

python:
    - "3.5"
    - "3.6"
    - "3.7"
    - "3.8"

matrix:
    include:
        - os: osx
          language: generic

install:
    - pip3 install pyyaml autopep8 flake8

script:
    - ./run_tests