This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
xonsh
Watch
1
Star
0
Fork
You've already forked xonsh
0
mirror of
https://github.com/xonsh/xonsh.git
synced
2025-03-05 17:00:58 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
dc39da6d19
xonsh
/
.travis.yml
8 lines
104 B
YAML
Raw
Normal View
History
Unescape
Escape
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:35:10 -03:00
language
:
python
python
:
-
3.4
install
:
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-17 23:51:21 +02:00
-
pip install ply nose prompt_toolkit
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:35:10 -03:00
script
:
-
nosetests
Reference in a new issue
Copy permalink