Commit graph

11 commits

Author SHA1 Message Date
Gil Forsyth
b2981f2169 update travis and appveyor to run pytest (hopefully) 2016-06-22 16:17:04 -04:00
Matthias Bussonnier
c28eafde53 Enable (some) coverage.
Not sure exactly how xonsh is tested completely, so I expect most of the
coverage process to be wrong (for now)

Codecov have [browser
extensions](https://github.com/codecov/browser-extension) that allow you
to see the coverage directly in the pull requests in GitHub.

We might have to give codecov some limited access to the repo (webhook),
and tell the codecov bot to shut its mouth once it's enabled. But it's
super non intrusive, and kind-of useful when you refactor to see that
your code is tested.

Also set some sensible where coverage would fail only if it drops by 10%
in 1 PR.
2016-06-06 20:02:13 -07:00
Matthias Bussonnier
9f34efb6bf Travis test on nightly 2016-06-03 10:25:09 -07:00
Randy Syring
1405181f81 fix travis call to pip 2016-04-01 00:26:40 -04:00
Anthony Scopatz
391c0162ca ci fixes 2016-02-24 13:08:22 -05:00
adam j hartz
f958b8b04a try to make travis and appveyor autobuilds use quiet mode 2015-12-19 17:31:00 -05:00
Anthony Scopatz
e2a20556b7 try travis 3.5 2015-09-26 22:31:48 -04:00
Anthony Scopatz
9abc4ce4bc v3.5 is not on CI yet 2015-09-13 12:26:32 -04:00
Anthony Scopatz
abb0f3fc3c some v3.5 updates 2015-09-13 12:17:11 -04:00
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
JuanPablo
dd20e41e65 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:37:21 -03:00