saeedsq / django-fancy-cronfield

A nice and customizable cronfield with great, easy to use UI
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Project setup #2

Closed saeedsq closed 8 years ago

saeedsq commented 8 years ago
  1. Project layout (directory structure)
  2. setuptools and the setup.py file
  3. py.test for unit testing
  4. tox for testing standardization
  5. Sphinx for auto-generated HTML documentation
  6. TravisCI for continuous testing integration
  7. Wiki for documentation
  8. Readthedocs if possible
saeedsq commented 8 years ago

No need for Tox, since TravisCI supports multiple environments.