aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3a657a83d4f923bc597b5080fe46444cc0444f22 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.7"

install:
  - pip install six
  - pip install -e .[dev]

script:
  - green -vv -a ./tests