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

* 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
7 lines
104 B
YAML
7 lines
104 B
YAML
language: python
|
|
python:
|
|
- 3.4
|
|
install:
|
|
- pip install ply nose prompt_toolkit
|
|
script:
|
|
- nosetests
|