summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 3.5 supportDavid Gilman2020-12-311-5/+4
* Add tox support for six-less environmentsDavid Gilman2020-12-311-6/+6
* Allow wrapt 1.12Felix Mölder2020-12-241-1/+1
* Adds python3.9 testhippo912020-11-221-4/+4
* Relax upper bound on `wrapt` (#756)Michael2020-02-271-1/+1
* Pin coverage to <5 to account for the private coverage format changingClaudiu Popa2019-12-161-3/+3
* Takes into account the fact thathippo912019-12-091-2/+2
* Update six version to 1.13 (#719)Uilian Ries2019-11-061-1/+1
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-2/+2
* Pin all the dependencies we use right nowClaudiu Popa2019-09-261-3/+3
* Force typed_ast >= 1.4.0 for all supported Python versionsClaudiu Popa2019-09-261-2/+1
* Fix non-existing pytest --pyarg option (#682)Thomas Hisch2019-07-051-1/+1
* Drop support for Python 3.4Claudiu Popa2019-06-201-4/+4
* Use the same versions in tox as in __pkginfo__Claudiu Popa2019-02-271-1/+2
* Add black step in tox.ini and Travis, as well as the badgeClaudiu Popa2018-10-021-0/+6
* Use --append and drop the use of .envnameClaudiu Popa2018-09-301-3/+3
* Use the correct coverage file and make sure to delete the correct coverage fileClaudiu Popa2018-09-301-3/+4
* Remove the absolute to relative path transform for coverage, which is no long...Claudiu Popa2018-09-301-7/+2
* Switch to latest pylint's from GithubClaudiu Popa2018-09-301-3/+2
* Also install typed_ast in toxClaudiu Popa2018-07-151-0/+1
* Fix lintingClaudiu Popa2018-06-141-0/+1
* Always use the latest pylint for lintingClaudiu Popa2018-06-131-0/+2
* Build the docs with toxClaudiu Popa2018-06-041-0/+10
* Use 3.8-dev in order to get access to better 3.7 support on CI :(Claudiu Popa2018-05-311-1/+1
* Remove py27 completely from toxClaudiu Popa2018-02-211-5/+5
* Stop advertising python 2 supportClaudiu Popa2018-02-211-1/+1
* Make note about nose dependency in toxBryce Guinta2018-02-141-0/+2
* Use pytest as default test runner instead of unittest for toxBryce Guinta2018-02-141-1/+5
* Add Python 3.7 in Travis and toxClaudiu Popa2018-02-041-1/+1
* Use latest release of pylint for linting instead of pylint master due to astr...Bryce Guinta2018-01-011-1/+3
* Drop support for EOL Python 3.3Hugo2017-12-151-3/+3
* Add transform for attr library to fix unsupported-assignment-operation false ...Bryce Guinta2017-12-111-0/+1
* Revert "Add pypy support for Python 3.3 in tox"Claudiu Popa2017-11-111-1/+1
* Add pypy support for Python 3.3 in toxClaudiu Popa2017-11-111-1/+1
* Run the local tests, not the installed ones, and strip the local path for cov...Claudiu Popa2017-10-121-2/+2
* lint the current directory, not the installed oneClaudiu Popa2017-10-121-1/+1
* tox.ini: do not force interpreter version when trying to run pylint (#432)Łukasz Rogalski2017-05-221-1/+0
* Replace functools32 with backports.functools_lru_cache for consistency with p...Ceridwen2017-03-131-1/+1
* Make functools.lru_cache available in all python versionsCalen Pennington2017-03-131-0/+1
* Move discover -s ... -p ... into the default value for {posargs} in tox.ini, ...Ceridwen2017-03-081-1/+1
* Drop installation of numpy for Python 3.3, not supported any longerClaudiu Popa2017-01-221-1/+1
* Remove pylint errorsDerek Gustafson2016-12-031-0/+1
* Drop support for Jython in the CIClaudiu Popa2016-11-211-3/+3
* add format string support (#365)Jared Garst2016-10-241-2/+2
* Forgot to add posargs in the master branch.Claudiu Popa2016-06-281-1/+1
* Add coverage configuration, backported from pylint.Claudiu Popa2016-06-271-1/+36
* Include a travis.yml file for configuring Travis buildsClaudiu Popa2015-12-111-2/+2
* With the tox bug fixed, it's now possible to use one tox.ini for all testingCeridwen2015-11-091-8/+2
* Uncomment right tox.ini lineCeridwen2015-11-061-2/+2
* Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-2/+7