summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bring Python current in TravisGábor Lipták2020-12-101-2/+3
|
* Revert "Fix travis warning"Ivan Kanakarakis2020-11-041-1/+1
| | | | | | | | | | | | | | There seems to be a problem with Travis and the handling of 'skip_cleanup' and 'cleanup'. > Preparing deploy > > Cleaning up git repository with `git stash --all`. If you need build artifacts for > deployment, set `deploy.skip_cleanup: true`. See > https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup. > > Saved working directory and index state WIP on (no branch): ... This reverts commit 239c7a93d649a9dea171102406014a7d5113cf95.
* Fix travis warningIvan Kanakarakis2020-10-301-1/+1
| | | | | | | | ``` jobs.include.deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup) ``` Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Update travis distribution from xenial to bionicIvan Kanakarakis2020-10-281-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Fix cleaning changes before deploying pre-releasesIvan Kanakarakis2020-10-051-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Do not clean changes before deploying pre-releasesIvan Kanakarakis2020-10-051-0/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Push pre-releases to test.pypi for every push on masterIvan Kanakarakis2020-10-051-6/+22
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Refactor CI/CD to release new versions when a tag on master is presentIvan Kanakarakis2020-10-051-16/+71
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Add Python 3.8 as supportedGábor Lipták2020-04-281-0/+1
|
* Remove python2 support markers and checksIvan Kanakarakis2019-11-261-4/+0
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Add py37 as a test targetIvan Kanakarakis2019-06-171-0/+3
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Upload coverage reports to codecovIvan Kanakarakis2018-06-291-0/+5
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Explicitly install tox for travisIvan Kanakarakis2018-06-291-0/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Update supported and testing python versionsIvan Kanakarakis2018-06-291-1/+3
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Document and test all supported Python versionsJon Dufresne2018-06-281-7/+7
| | | | | | | | | Added trove classifiers for all supported Python versions. Added missing versions to tox and Travis CI configurations. Use tox-travis to kick of tox from Travis. Ensures library is tested against all modern Python versions to reduce the risk of regressions.
* Update tox.ini to actually run tests and make Travis use it.Rebecka Gulliksson2015-11-121-3/+6
| | | | Remove py.test runner from setup.py.
* Use Travis new container-based infrastructure.Rebecka Gulliksson2015-08-051-0/+2
|
* Changed from sudo apt-get to the Travis apt addon for xmlsec1.Rebecka Gulliksson2015-08-051-3/+5
|
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-0/+4
|
* Add support for travis-ci continuous integrationErick Tryzelaar2014-10-291-0/+10