aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Added .cache/ to the gitignore, it shows up if you have pytest-cache installedAlex Gaynor2013-11-131-0/+1
|
* Ignore the htmlcov dirAlex Gaynor2013-10-161-0/+1
|
* Ignore the dist directoryDonald Stufft2013-08-111-0/+1
|
* use py.test for testingChristian Heimes2013-08-111-0/+3
| | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst
* Record coverageAlex Gaynor2013-08-071-0/+1
|
* Ignore egg-infoAlex Gaynor2013-08-071-0/+1
|
* Move all tests to be controlled by toxAlex Gaynor2013-08-071-0/+1
|
* Initial commit. Migrates over basic project files, and the OpenSSL bindingsAlex Gaynor2013-08-061-0/+3
from OpenTLS.