summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 91481c6f57893fd74f8cea136ab938115a185ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
  - "2.7"
  - "3.5"
  - "3.6"
  - "pypy"

# command to install dependencies
install:
  - "pip install ."

# command to run tests
script: nosetests