summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1536869c159f8ea62470e4964cd432c205f7bdb1 (plain)
1
2
3
4
5
language: python
python:
  - "3.5"
install: "pip install -r requirements.txt"
script: pytest