summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* WIP : Add python 3.10 supportsupport-python-3.10Pierre Sassoulas2021-04-241-0/+1
|
* Upgrade changelog for setuptoolsPierre Sassoulas2021-04-241-2/+1
| | | | Add changelog entry for renaming of License
* Move information to setup.py from __pgkinfo__Pierre Sassoulas2021-04-241-0/+6
| | | | Move packaging information from setup.py to setup.cfg
* Update packaging 1 - use setup.cfgMarc Mueller2021-04-231-0/+43
|
* Upgrade isort configurationPierre Sassoulas2021-04-201-2/+2
|
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-0/+8
| | | | Except on astroid/__init__.py because of circular imports
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-1/+1
|
* Drop the universal flag, we're only running on Python 3. Close #592Claudiu Popa2018-07-131-3/+0
|
* Tests are no longer installedAshley Whetter2018-05-171-1/+4
|
* Use pytest as default test runner instead of unittest for toxBryce Guinta2018-02-141-1/+2
| | | | | | | | | | There was some trouble getting this to work. I needed to use --pyargs for pytest to work in tox Allow for test file prefix unittest_ to be changed to standard test_ Helps with updating the astroid tests to standard pytest conventions Make pytest use proper test directory by default
* Allow pytest to recognize the testsBryce Guinta2018-01-011-0/+2
|
* Add support for the wheel format. Closes issue #48.Claudiu Popa2014-10-161-0/+2