mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
f6bf14afd2
* Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup.
41 lines
372 B
Plaintext
41 lines
372 B
Plaintext
# application builds
|
|
build/*
|
|
dist/*
|
|
MANIFEST
|
|
|
|
# python skin
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# osx noise
|
|
.DS_Store
|
|
profile
|
|
|
|
# pycharm noise
|
|
.idea
|
|
.idea/*
|
|
|
|
# vi noise
|
|
*.swp
|
|
docs/_build/*
|
|
coverage.xml
|
|
nosetests.xml
|
|
junit-py25.xml
|
|
junit-py26.xml
|
|
junit-py27.xml
|
|
|
|
# tox noise
|
|
.tox
|
|
|
|
# pyenv noise
|
|
.python-version
|
|
tablib.egg-info/*
|
|
|
|
# Coverage
|
|
.coverage
|
|
htmlcov
|
|
|
|
# setuptools noise
|
|
.eggs
|
|
*.egg-info
|