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