mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* to run tests with travis-ci.org * prerun test, pip install ply and nosetests * discover and run test with nosetests
7 lines
89 B
YAML
7 lines
89 B
YAML
language: python
|
|
python:
|
|
- 3.4
|
|
install:
|
|
- pip install ply nose
|
|
script:
|
|
- nosetests
|