xonsh/.travis.yml
JuanPablo dd20e41e65 a first approach to a travis file
* to run tests with travis-ci.org
* prerun test, pip install ply and nosetests
* discover and run test with nosetests
2015-03-15 23:37:21 -03:00

7 lines
89 B
YAML

language: python
python:
- 3.4
install:
- pip install ply nose
script:
- nosetests