requests-mock/.travis.yml
Jamie Lennox 9de0862eed Initial commit
Simple framework with basic testing.
2014-04-10 13:13:07 +10:00

15 lines
328 B
YAML

# Config file for automatic testing at travis-ci.org
language: python
python:
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test