summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+8
|\
| * Final draft of improved state printingCeridwen2015-09-131-4/+5
| * First draft of improved state printingCeridwen2015-09-091-2/+9
* | Disable pylint job temporarily until it gets fixed.Claudiu Popa2015-09-111-1/+3
|/
* 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
* | Refactor node classes to have constructors and change some names.Ceridwen2015-07-101-0/+2
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-1/+1
|/
* Fix Pylint warnings over astroid.Claudiu Popa2015-05-241-1/+1
* Revert an unwanted change from the previous commit.Claudiu Popa2015-01-271-1/+1
* Obtain the methods for the nose brain tip through anClaudiu Popa2015-01-271-1/+1
* Remove the debug output.Claudiu Popa2015-01-181-1/+1
* The order of arguments was inverted.Claudiu Popa2015-01-101-1/+1
* Reenable the debug for drone.io.Claudiu Popa2015-01-101-1/+1
* Change the order of the dependencies.Claudiu Popa2015-01-101-1/+2
* Add a bootstrapped CI verification, using pylint.Claudiu Popa2015-01-101-2/+11
* Drop the debug support in tox.ini.Claudiu Popa2015-01-101-1/+1
* Add debug output to track down failures on drone.io.Claudiu Popa2014-12-051-1/+1
* Also add sys.path setup to the AsStringTest, since it relies on inference whe...Torsten Marek2014-11-201-1/+1
* No warnings are left, run the tests with warnings enabled.Torsten Marek2014-11-201-1/+1
* Add verbose test logging again, there are still test ordering failures on Pyt...Torsten Marek2014-11-201-1/+1
* Clean the path importer cache correctly, do not nuke entries for the standard...Torsten Marek2014-11-171-1/+1
* Add some logging to debug failure on drone.ioTorsten Marek2014-11-161-1/+1
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-2/+1
* Drop verbose output from test runs.Torsten Marek2014-11-091-1/+1