Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flake8: Ignore .git | Philipp Hagemeister | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | [flake8] Ignore build/ directory | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 |
| | | | | That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload. | ||||
* | flake8: Add more ignored files | Jaime Marquínez Ferrándiz | 2014-12-16 | 1 | -1/+1 |
| | | | | | * setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py * devscripts/buildserver.py: Produces a lot of messages | ||||
* | Move flake8 configuration to setup.cfg | Jaime Marquínez Ferrándiz | 2014-12-16 | 1 | -0/+4 |
| | | | | It will be used when calling flake8 from any directory in the project | ||||
* | Build and upload universal wheels to pypi | Jaime Marquínez Ferrándiz | 2014-03-16 | 1 | -0/+2 |