Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
14 lines (12 sloc) 161 Bytes
language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install .
# command to run tests
script: python setup.py test
os:
- linux
- osx