xonsh/.travis.yml

12 lines
184 B
YAML
Raw Normal View History

language: python
python:
- 3.4
2015-09-26 22:31:48 -04:00
- 3.5
2016-06-03 10:24:33 -07:00
- "nightly"
install:
2016-04-01 00:16:37 -04:00
- pip install -r requirements-tests.txt
script:
- coverage run --source xonsh -m py.test
after_success:
- codecov