summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Travis CI: Insert the missing ':'cclauss2018-10-111-1/+1
|
* Travis CI: Remove Python 3.3 and add Python 3.7cclauss2018-10-071-1/+4
| | | 3.3 is EOL and 3.7 requires special handling on Travis.
* TST: add nightly to test suiteThomas A Caswell2017-10-211-0/+1
|
* Travis: add 3.6Ville Skyttä2017-09-151-0/+1
|
* Ignore failures on PyPy on TravisThomas Kluyver2017-08-221-0/+5
|
* Add Python 3.5 on TravisThomas Kluyver2015-10-131-0/+1
| | | | Close gh-269
* Speed up Travis buildsThomas Kluyver2014-12-191-2/+3
| | | | | | Skip installing apt python-yaml package, pip reinstalls it anyway. Use new Travis containerised stack.
* Display signal handlers on Travis-CI as wellJeff Quast2014-11-241-0/+1
|
* Display terminal info on Travis-CIJeff Quast2014-11-241-0/+1
|
* Add ptyprocess to Travis installationThomas Kluyver2014-11-231-1/+1
|
* Stop testing on Python 2.6 and 3.2Thomas Kluyver2014-09-211-1/+0
| | | | We will drop support for these Python versions in Pexpect 4.0
* Disable Python 3.2 builds in Travis as changes only support 2.6, 2.7 and 3.3+.David O'Shea2014-08-011-1/+0
|
* Don't install into virtualenv in Travis - test local copyThomas Kluyver2014-06-011-1/+0
|
* Use py.test on TravisThomas Kluyver2014-06-011-4/+2
|
* folders should not be returned by pexpect.which()jquast2014-06-011-3/+1
|
* Try fixing Travis test runsThomas Kluyver2014-05-181-2/+2
|
* Fix coveralls uploadThomas Kluyver2013-10-211-2/+2
|
* Combine coverage data for coverallsThomas Kluyver2013-10-211-0/+1
|
* Install PyYAML from apt, should be quickerThomas Kluyver2013-10-141-3/+4
|
* Run tests using coverageThomas Kluyver2013-10-141-1/+1
|
* Enable coveralls coverage monitoringThomas Kluyver2013-10-141-1/+4
|
* Python 3.3 is supported, 2.5 is not.Thomas Kluyver2013-09-231-1/+1
|
* continuing travis CI work; getting therejquast2013-09-221-1/+9
| | | | ( and failing badly! )
* `testall' alias has `trace.py' dependency, removejquast2013-09-221-2/+2
| | | | revert back to using test.env; use explicit `source' keyword instead of simple ".", this time.
* use project-supplied test.env and `testall' aliasjquast2013-09-221-2/+4
|
* first stab at travis continuos integration buildsjquast2013-09-221-0/+12