summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-2/+2
|
* Set python3.7 since RTD has switched to python3.7Jonathan Huot2022-01-291-2/+2
|
* Travis CI: Add Python 3.11-dev to the testing (#796)Christian Clauss2022-01-081-1/+1
| | | | | | | | | | | * Travis CI: Add Python 3.11-dev to the testing * Update .travis.yml * Python 3.10.1 * tox.ini: Add py311 * allow_failures: python: "3.11-dev"
* Add support for Python 3.9 and 3.10Hugo van Kemenade2021-10-111-1/+1
|
* Fix readme check basde on .tox resultJonathan Huot2021-06-011-1/+1
|
* Removed pypy2 supportJonathan Huot2021-06-011-1/+1
|
* Remove python 3.5 support; add python 3.8 supportjason2021-02-101-4/+4
| | | | | | | | | | - Python 3.5 has reached end-of-life. - Add support for Python 3.8 - Move dist to bionic (xenial is EOL in April) - Upgrade pip in travis.yml's `before_install`. this should install a wheel for pyca/cryptography - Install rust for pypy builds. It is a requirement for cryptography as no pypy wheels exist.
* Merge branch 'master' into isort-integrationJonathan Huot2020-04-221-1/+1
|\
| * Add sponsoring section/fix FUNDING.ymldoc-sponsorJonathan Huot2019-10-291-2/+2
| |
* | Add missing new line in tox.iniAnton Ruhlov2020-04-101-1/+1
| |
* | Added isort to tox envlistAnton Ruhlov2020-04-101-1/+8
| |
* | Initial custom grant type documentation.Jonathan Huot2019-10-181-1/+1
|/ | | | Improved Grant Type section to let developers create or implement their own custom grant type. Or also help them implementing new RFC.
* Merge branch 'master' into rm-2.7Omer Katz2019-08-291-1/+1
|\
| * Drop Python 3.4 support (#699)Omer Katz2019-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | * Drop Python 3.4 support. * Exclude Python 3.4 as a supported runtime. * Update contributing.rst * Update supported Python versions in README file.
* | Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160Hugo2019-08-151-1/+1
| |
* | Drop support for legacy Python 2.7Hugo2019-08-151-2/+2
|/
* Add logo to RTD docs & upgraded tox -e readme build to twine.Jonathan Huot2019-08-061-4/+3
|
* Add the ReadTheDocs theme to dev builds "i.e tox -e docs".release-3.1.0Jonathan Huot2019-08-061-1/+3
|
* Downgrade python to match with TravisJonathan Huot2019-05-161-0/+1
|
* Merge branch 'master' into 631-use-pytestJonathan Huot2018-12-171-1/+7
|\
| * Added bandit to CI to avoid security issues (#627)Omer Katz2018-12-171-1/+7
| | | | | | | | | | | | | | | | * Added bandit to CI to avoid security issues. * Remove basepython for bandit. * Remove metrics.
* | Use pytest as test frameworkFlorent Captier2018-12-161-2/+1
|/ | | | Closes #631
* Fix PyPy build in Xenial.python-3.7Pieter Ennes2018-12-031-1/+1
|
* Support for Python 3.7.Pieter Ennes2018-12-031-1/+1
|
* Correct capitalization of PyPIJon Dufresne2018-09-161-1/+1
| | | | As spelled on https://pypi.org/.
* Remove unmaintained nose dependency from testsJon Dufresne2018-09-141-1/+4
| | | | | | | | | | | | | | | | The nose project has ceased development. From their docs page: https://nose.readthedocs.io/ > Note to Users > > Nose has been in maintenance mode for the past several years and will > likely cease without a new person/team to take over maintainership. > New projects should consider using Nose2, py.test, or just plain > unittest/unittest2. Simplify test infrastructure by using the stdlib unittest discover command. One fewer dependency.
* Remove workarounds for unsupported Python 2.6Jon Dufresne2018-09-111-4/+0
| | | | | | | | Python 2.6 support was removed in 91152df142bdde134d84ed27963cda8e6b878416. Drop unittest2 dependency. All necessary testing features are included in the stdlib unittest.
* Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-151-1/+10
|\
| * Added README.rst/setup.py check for pypiJonathan Huot2018-08-101-1/+10
| |
* | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-07-301-1/+1
|\ \ | |/
| * Added htmlcov to help increase coverage locallyJonathan Huot2018-07-301-1/+1
| |
* | Removed silent output, since tests are not writing outputJonathan Huot2018-07-301-1/+1
|/ | | | it is useful when using pdb from commandline.
* Fix ReadTheDocs build (#521)Jonathan Huot2018-03-181-1/+5
|
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+7
| | | | | | | | | | | | | | | | | | | | | | * Added sphinx build for developers Rationale is to build docs locally to prevent RTD to break later. * Replace manual sphinx into make * Renamed idan URL to oauthlib community * Renamed http into https URLs since http is returning 302 * python requests library renamed its home URL * Add ignore list for "make linkcheck" linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account * virtualenv changed its homepage and website. * Fixed broken link
* Drop obsolete Python versions.Omer Katz2016-12-061-13/+1
|
* Update tox.iniRichard O'Dwyer2016-07-081-1/+1
|
* Update tox.iniRichard O'Dwyer2016-07-081-1/+1
|
* Run tests against python 3.6Richard O'Dwyer2016-07-081-1/+1
|
* Fixed requirements for Python3.2/PyPy3.Omer Katz2016-04-111-0/+8
|
* Added Python 3.4 and 3.5 to the build.Omer Katz2016-04-101-1/+1
|
* Added PyPy3 to the build, moved to the new infrastructure and cache pip ↵Omer Katz2015-07-191-1/+1
| | | | dependencies.
* move test requirements to requirements-test.txt. use tox for tests on ↵george.whewell2015-01-271-2/+3
| | | | .travis.yml
* Lock requirements to specific versions. Use requirements.txt for tox deps.george.whewell2015-01-271-5/+1
|
* Add blinker to tox.iniIb Lundgren2014-10-231-0/+1
|
* Include Python 3.4 in tox.iniIb Lundgren2014-06-251-1/+1
|
* Add pyjwt to tox.inijturmel2014-03-301-0/+1
|
* add more python version in travis and tox. #73Hsiaoming Yang2013-05-241-1/+1
|
* Fix travis tox to only run once, remove 3.1 from tox.iniIb Lundgren2013-02-181-1/+1
|
* Changes to testing stuffondrowan2013-02-151-23/+9
| | | | | * simplified tox config * added python 3 to travis config
* Large OAuth 2 provider update.Ib Lundgren2013-01-221-5/+5
|