xonsh/.travis.yml
Anthony Scopatz 391c0162ca ci fixes
2016-02-24 13:08:22 -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