summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Update six version to 1.13 (#719)Uilian Ries2019-11-061-1/+1
* Pin all the dependencies we use right nowClaudiu Popa2019-10-091-3/+3
* Force typed_ast >= 1.4.0 for all supported Python versionsClaudiu Popa2019-10-091-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
* Fix drone.io lineCeridwen2015-11-021-2/+2
* Fix pylint commands lineCeridwen2015-11-021-2/+5
* Use conditional deps to simplify tox.iniCeridwen2015-11-021-23/+9
* Don't reinstall astroid, use the one that's already available.Claudiu Popa2015-10-161-2/+0
* Hopefully actually fix #185Ceridwen2015-09-261-0/+11
* remove the test env for..testing purposes.Claudiu Popa2015-09-261-6/+0
* Revert the tox change, since drone.io fails.Claudiu Popa2015-09-261-1/+1
* Merged in ceridwenv/astroid (pull request #88)Claudiu Popa2015-09-261-1/+1
|\