summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-08-22Publish develop branch to test.pypi.org correct provider namenicolargo
2020-08-22Publish develop branch to test.pypi.orgnicolargo
2020-03-25pypy -> pypy3Rui Chen
2020-03-25Add python 3.7 and 3.8 into CIRui Chen
2019-10-21Do not use "python setup.py install" any more.Jürgen Gmach
Usage is deprecated. modified: .travis.yml
2019-10-21Remove deprecated keyword "sudo" from travis config.Jürgen Gmach
cf. https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration modified: .travis.yml
2018-02-16Enable pip cache in Travis CIAlessio Sergi
See https://docs.travis-ci.com/user/caching/#pip-cache.
2018-02-16Drop upgrade of both pip and setuptools on TravisAlessio Sergi
2018-02-16Use Travis container-based infrastructureAlessio Sergi
See https://docs.travis-ci.com/user/reference/overview/.
2018-01-26Drop support for EOL Python 3.3Alessio Sergi
2017-02-06Add auto deployment through Travis: on tag on master branchNicolargo
2017-01-22Upgrade pip and setuptools on TravisAlessio Sergi
2017-01-21Add Python 3.6 to .travis.ymlAlessio Sergi
2016-11-01Travis 1 - 0 Nicolargo...nicolargo
2016-11-01Try Travis without export modulenicolargo
2016-11-01Only execute unitest.py in Travisnicolargo
2016-11-01Remove installation of optional-requirements in Travis (too log)nicolargo
2016-11-01Add optional-requirements.txt and unitest-all.sh scriptnicolargo
2015-12-04Revert "use travis os feature"Alessio Sergi
This reverts commit 493bfc9cc57d65ecf1448793e5b50986f4fc32fe.
2015-12-03use travis os featureNicolas Hart
2015-11-18Add Python 3.5 supportAlessio Sergi
2014-07-09Include all file in the Travis CI conf fileNicolas Hennion
2014-07-09RESTFul Travis CI did not work... Can not run a server socket inside the ↵Nicolas Hennion
Travis VM
2014-07-09Give a chance to the RESTFul Travis CINicolas Hennion
2014-07-09Python 2.6 exclude from the Travis CINicolas Hennion
2014-07-09Minimal compatibility for logging feature and Python 2.6Nicolas Hennion
2014-07-09Add Coverage (coveralls) to the Travis fileNicolas Hennion
2014-07-09Update Travis testNicolas Hennion
2014-06-14Fix leftovers from merge conflictAlessio Sergi
2014-05-23Drop Python 3.2 support in favor of Python 3.3 and newerAlessio Sergi
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all. Unicode string literals were introduced in Python 3.3 again. See http://legacy.python.org/dev/peps/pep-0414/ for more information.
2014-05-11Add Python 3.4 supportAlessio Sergi
Add Python 3.4 to .travis.yml.
2013-02-21Disable test against Travis-CIAlessio Sergi
2013-02-21Disable test against Travis-CIAlessio Sergi
2013-02-21Fix Travis-CI issueAlessio Sergi
2013-02-19.travis.yml make me sadNicolas Hennion
2013-02-19Change the travis conf file to run the unitest.py scriptNicolas Hennion
2013-02-19Change the travis conf file to run the unitest.py scriptNicolas Hennion
2013-02-19Change the travis conf file to run the unitest.py scriptNicolas Hennion
2013-02-19Change the travis conf file to run the unitest.py scriptNicolas Hennion
2012-10-24Add support of Travis CI continuous integration serviceYohann Lepage