summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* python 3.8Asif Saif Uddin (Auvi)2020-05-101-5/+5
|
* Merge branch 'master' into rm-2.7Omer Katz2019-08-291-2/+0
|\
| * Drop Python 3.4 support (#699)Omer Katz2019-08-291-2/+0
| | | | | | | | | | | | | | | | | | | | * Drop Python 3.4 support. * Exclude Python 3.4 as a supported runtime. * Update contributing.rst * Update supported Python versions in README file.
* | Drop support for legacy Python 2.7Hugo2019-08-151-2/+0
| |
* | sudo no longer needed ↵Hugo2019-08-141-1/+0
|/ | | | https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
* Notifications must be sent for every buildtravis-coverallsJonathan Huot2019-02-251-1/+1
| | | I hope fixing the longstanding issue mentionned at https://github.com/oauthlib/oauthlib/issues/582.
* Added bandit to CI to avoid security issues (#627)Omer Katz2018-12-171-0/+2
| | | | | | | | * Added bandit to CI to avoid security issues. * Remove basepython for bandit. * Remove metrics.
* Fix PyPy build in Xenial.python-3.7Pieter Ennes2018-12-031-2/+2
|
* Support for Python 3.7.Pieter Ennes2018-12-031-0/+4
|
* Try to improve multibuild coverage582-coverallsJonathan Huot2018-09-111-1/+2
|
* Deploy only when building python36 with toxJonathan Huot2018-05-231-0/+2
| | | | Avoid multiple deploy steps and lead to failures (e.g. errors "already deployed")
* Generated api_key from travis setup releasesJonathan Huot2018-03-191-1/+1
|
* Fixed indentation after travis setupJonathan Huot2018-03-191-16/+13
|
* Fix Travis config (#529)Pieter Ennes2018-03-191-5/+8
| | | | | | * Fix indentation in Travis config. * Fill GitHub OAuth key. * Deploy tags from all branches.
* Fixed pypi credentials since oauthlib move. (#527)Jonathan Huot2018-03-191-2/+2
|
* Added Github Releases deploy provider.Jonathan Huot2018-03-181-8/+14
|
* Replace IRC notificatgion with Gitter HookJonathan Huot2018-03-181-1/+6
|
* Update repository location in Travis. (#514)Pieter Ennes2018-02-281-1/+1
|
* When deploying a release to PyPI, include the wheel distribution (#496)Jon Dufresne2017-10-271-0/+1
| | | | | | | | For Travis CI documentation on including a bdist_wheel distribution, see: https://docs.travis-ci.com/user/deployment/pypi/#Uploading-different-distributions Fixes #493
* Try another way to fix travisHsiaoming Yang2017-10-191-1/+3
|
* Fix travis for PyPyHsiaoming Yang2017-10-191-1/+1
| | | | This is due to https://github.com/pyca/cryptography/pull/3970
* Add Python 3.6 to Travis CI testing and trove classifiersJon Dufresne2017-04-161-26/+17
|
* Update .travis.ymlOmer Katz2016-12-061-6/+2
|
* Remove support for Python 2.6 and 3.2-3.3. Fixes #432.Omer Katz2016-12-061-4/+0
|
* Fix travis.Omer Katz2016-09-031-1/+1
|
* Bumped version.v2.0.0Omer Katz2016-09-031-3/+2
|
* Fix the build for python 3.2.Omer Katz2016-04-101-1/+6
|
* Fix pypy upgrade script.Omer Katz2016-04-101-1/+1
|
* Added Python 3.4 and 3.5 to the build.Omer Katz2016-04-101-1/+4
|
* Upgrade PyPy in travis.Omer Katz2016-04-101-0/+13
|
* Updated travis password for PyPI.Ib Lundgren2015-07-201-2/+2
|
* Build all branches.1.0.0Omer Katz2015-07-191-3/+0
|
* Added PyPy3 to the build, moved to the new infrastructure and cache pip ↵Omer Katz2015-07-191-0/+5
| | | | dependencies.
* Travis deploy to PyPI on github tag. #333, #346.Ib Lundgren2015-07-011-16/+18
|
* move test requirements to requirements-test.txt. use tox for tests on ↵george.whewell2015-01-271-14/+11
| | | | .travis.yml
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-1/+1
| | | | | | See https://github.com/idan/oauthlib/pull/265 for rationale. In brief: raising any exception blows the stack, which is inappropriate for a non-error state.
* Enable automated testing with Python 3.4Corey Farwell2014-06-201-0/+1
|
* Add crypto token capabilityjturmel2014-03-171-1/+1
| | | | | | | | | | | * Add a method to generate crypto tokens for use as Bearer tokens * Add a method to verify an incoming crypto token and unpack the header and claims * Uses the PyJWT library This is not JWT token support, merely a way to generate Bearer tokens that won't have to be stored in a database but can self-validate and store additional information that you see fit.
* Remove travis install scriptsHsiaoming Yang2013-08-291-1/+1
|
* it should work this wayHsiaoming Yang2013-05-291-1/+1
|
* coverall only cover the package, not the testsHsiaoming Yang2013-05-291-1/+1
|
* add coverallsHsiaoming Yang2013-05-241-3/+8
|
* only install unittest2 on python 2.6 and 2.7Hsiaoming Yang2013-05-241-0/+1
|
* remove unittest2, since it brokes on py3Hsiaoming Yang2013-05-241-1/+1
|
* add more python version in travis and tox. #73Hsiaoming Yang2013-05-241-3/+11
|
* Fix travis tox to only run once, remove 3.1 from tox.iniIb Lundgren2013-02-181-3/+0
|
* Trying out travis+tox #115Ib Lundgren2013-02-181-3/+5
|
* Rolling back #115 travis changes.Ib Lundgren2013-02-181-3/+0
|
* Changes to testing stuffondrowan2013-02-151-0/+3
| | | | | * simplified tox config * added python 3 to travis config
* new test dependency, mock.Ib Lundgren2012-11-171-1/+1
|