summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-1/+1
* | Reactivate pylint.Claudiu Popa2015-09-251-4/+1
|/
* Use the Python 3.3 environment, since drone.io lives in the prehistoric ages.Claudiu Popa2015-09-181-1/+1
* Final draft of state printing after mergeCeridwen2015-09-131-1/+3
|\
| * Disable pylint job temporarily until it gets fixed.Claudiu Popa2015-09-111-1/+3
* | Final draft of improved state printingCeridwen2015-09-131-4/+5
* | First draft of improved state printingCeridwen2015-09-091-2/+9
|/
* Revert tox.ini, againCeridwen2015-08-261-2/+2
* Improve decorator introspection using wrapt and functools.wrapsCeridwen2015-08-261-2/+4
* Restore pylint in the testing environment.Claudiu Popa2015-08-221-1/+1
* Try to fix thisCeridwen2015-08-211-0/+20
* Remove tox.iniCeridwen2015-08-211-20/+0
* More fixes for bugs introduced during mergeCeridwen2015-08-181-1/+1
* Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-2/+2
* Merge main into defaultCeridwen2015-08-141-22/+20
|\
| * Remove logilab-common dependency.Florian Bruhin2015-07-251-2/+0
* | Work around drone.ioCeridwen2015-07-131-2/+3
* | Fix code review comments.Ceridwen2015-07-131-3/+3
* | Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...Ceridwen2015-07-111-2/+2
* | Fix bugs introduced by merge and formattingCeridwen2015-07-111-3/+3