xonsh/.travis.yml
Anthony Scopatz 46496c243d ci fixes
2016-02-24 01:17:44 -05:00

8 lines
124 B
YAML

language: python
python:
- 3.4
- 3.5
install:
- pip install ply nose pygments prompt_toolkit
script:
- nosetests -q