xonsh/.travis.yml
anula 640c3991ab Fix bugs in LimitedFileHistory (plus tests) and move it to different file.
* Move LimitedFileHistory from history.py to prompt_toolkit_history.py
because it is needed only for prompt_toolkit and requires prompt_toolkit.
* Add instalation of prompt_toolkit to .travis.yml
* Update docs hooks
2015-05-18 19:33:37 +02:00

7 lines
104 B
YAML

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