stratum-mining/.travis.yml
Ahmed Bodiwala a2dce6593a Add Travis
2014-04-20 13:28:03 +00:00

13 lines
207 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install ."
- "pip install -r requirements.txt"
# command to run tests
script: nosetests