xonsh/.travis.yml
2016-06-03 10:25:09 -07:00

9 lines
131 B
YAML

language: python
python:
- 3.4
- 3.5
- "nightly"
install:
- pip install -r requirements-tests.txt
script:
- nosetests -q