issues
search
amitu
/
importd
django based mini framework inspired from sinatra. fully compatible with django.
http://amitu.com/importd/
BSD 3-Clause "New" or "Revised" License
510
stars
30
forks
source link
PEP8,Lint,Continuous Integration Testing
#20
Closed
ghost
closed
10 years ago
ghost
commented
10 years ago
The Good:
PEP8 Fixes
Lint Fixes
"%s" changed by "{}".format()
Imports sorted alphabetically and groped by type
YML file for Automated Continuous Integration Testing (same Testing procedure with Tox)
Continuous Integration Testing via Travis-CI.org (you need to enable it later, uses GitHub Auth, its Free Libre)
The Bad:
Tests are Failing, something with the static files, I cant use them on my App neither.
You can see the Automated Testing here:
PY27:
https://travis-ci.org/juancarlospaco/importd/jobs/14467708
PY33:
https://travis-ci.org/juancarlospaco/importd/jobs/14467746
The Good:
The Bad:
You can see the Automated Testing here: