TST: Travis/Coveralls setup (#10)
- add travis.yml - linting - coveralls - readme
This commit is contained in:
parent
8622e2323d
commit
983ce6f021
15 changed files with 107 additions and 50 deletions
|
@ -37,4 +37,3 @@ class GrantReportFactory(factory.DjangoModelFactory):
|
|||
due_date = factory.LazyFunction(datetime.now)
|
||||
submitted_date = factory.LazyFunction(datetime.now)
|
||||
sort_order = factory.Sequence(lambda n: n)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue