summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* ci: add support for Python 3.11 (#3064)Hugo van Kemenade2022-11-151-1/+1
| | | Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-1/+1
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Stop supporting EOL Python 3.4end_3.4_supportJoffrey F2019-05-011-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update deps for 3.3 & 3.7 supportdeps-updateJoffrey F2018-07-181-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add Python 3.6 testingpython3.6Joffrey F2018-01-221-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Pin flake8 versionJoffrey F2017-11-071-1/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix test issuesappveyorJoffrey F2017-03-291-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Drop support for Python 2.6Ben Firshman2016-11-221-1/+1
| | | | | | | Because it's ancient. If you're still using it, you can use an old version of docker-py. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* support Python 3.5Thomas Grainger2016-05-191-2/+2
| | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Use pip environment markers for conditional dependenciesJoffrey F2016-03-301-2/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add py2-ipaddress dependency for python 2.xJoffrey F2016-03-291-1/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Drop support for python 3.2py32_deprecationJoffrey F2016-01-201-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow overriding of positional args to py.test in tox.iniAanand Prasad2015-12-101-1/+1
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-1/+1
| | | | | | | | More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>
* Run tests with pytestAanand Prasad2015-08-251-5/+1
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Simplified tox configupdate-websocket-client-depJoffrey F2015-06-191-19/+1
|
* Updated tox.ini to also run utils_test.py testsJoffrey F2014-11-031-0/+3
|
* Add coverageGabor Nagy2014-07-111-3/+7
|
* Added python3.4 in tox.iniJoffrey F2014-06-201-1/+1
|
* Fixed tox dependenciesshin-2014-04-041-3/+6
|
* Separated test dependencies from runtime dependenciesshin-2014-04-041-1/+3
|
* Use different requirements list on Python 2 and 3Vladimir Rutsky2014-03-171-2/+14
| | | | | In Python 3 websocker-client not required (and previously requiested version doesn't work at all).
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-2/+6
|
* fix tox.ini fileDeni Bertovic2013-09-261-1/+4
| | | | | | | Tox now uses the development client lib in the local repo instead if using setup.py to install it into every environment. Also added deps that points to requiremnts.txt so tox installs the needed dependencies
* Add python 3 supportSebastian Vetter2013-07-061-0/+6