Files
deb-python-semver/.travis.yml
2015-04-12 19:25:10 +00:00

13 lines
204 B
YAML

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