summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4a218ca6bcd583297deb43d022a1ece13772d8df (plain)
1
2
3
4
5
6
7
language: python
python:
  - "3.6"
install:
  - pip install pytest
script:
  - pytest