summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-04-19second take at setuptools_scmRonny Pfannschmidt
since setuptools 18.6 fixes the issues with develop installs https://github.com/pypa/setuptools/blob/master/CHANGES.rst#186 https://github.com/pypa/setuptools/issues/439
2016-06-01merge master to featuresRonny Pfannschmidt
2016-05-31ignore hypothesis temp folderRonny Pfannschmidt
2016-04-02Add .hypothesis to .gitignore and try an older version of Hypothesis for 2.6Ceridwen
2015-09-17revert setuptools_scm addition introduced with ↵holger krekel
f22d14b105553e99946ccdbe8c47bc450863d843
2015-09-13merge the pytest-cache plugin into coreRonny Pfannschmidt
2015-07-25use setuptools_scm to determine the versionRonny Pfannschmidt
2013-12-12.gitignore: Removed *.html ruleTobias Bieniek
The Sphinx templates are HTML files and should be included.
2013-07-11fixes for py25 in test_skippingAnatoly Bubenkov
2013-07-06add travis integration, fixes for py25 and py27 no pyc tox envAnatoly Bubenkov
--HG-- branch : travis-integration