* 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
* to run tests with travis-ci.org * prerun test, pip install ply and nosetests * discover and run test with nosetests