django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Added pip cache directive to Travis configuration. #59

Closed atombrella closed 6 years ago

atombrella commented 6 years ago

Added Python 3.6 to setup.py.

atombrella commented 6 years ago

Is the mismatch in license (Apache vs. GPL) in setup.py intentional?

benjaoming commented 6 years ago

Is the mismatch in license (Apache vs. GPL) in setup.py intentional?

No, this is Apache, so says the LICENSE file, so I would go with that one :)

benjaoming commented 6 years ago

Thanks for noticing!

codecov-io commented 6 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   77.46%   77.46%           
=======================================
  Files          26       26           
  Lines         608      608           
=======================================
  Hits          471      471           
  Misses        137      137

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a0fd92...f46e6d3. Read the comment docs.

benjaoming commented 6 years ago

Thanks for noticing all this -- I don't know how you do this! ❤️