jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
982 stars 106 forks source link

[travis] Cleanup #102

Closed Djailla closed 4 years ago

Djailla commented 4 years ago
jezdez commented 4 years ago

@Djailla Thanks, let's just use tox-travis, it's been pretty useful for other jazzband projects.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.5%) to 99.5% when pulling 3707fcd0c9b3bba361d5486305432fb9f86a9cd5 on Djailla:travis into 316c34089dd8386e6c38e3e42a08e7fce63dec3e on jazzband:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2d320806ff430584abbff26f052d5cb5117d804f on Djailla:travis into 316c34089dd8386e6c38e3e42a08e7fce63dec3e on jazzband:master.

Djailla commented 4 years ago

@jezdez Done :)

jezdez commented 4 years ago

I meant that we don't have to specify the test matrix in both Tox and Travis configuration if we use the tox-travis tool. A good example can be found in the django-dbtemplates tox.ini and .travis.yml file. Do you think you could update the PR to use that instead?

Djailla commented 4 years ago

@jezdez it doesn't look that good :( Only py36 is tested, I will check again

Djailla commented 4 years ago

@jezdez I rolled back to version without tox-travis

jezdez commented 4 years ago

No worries, I'll do the cleanup in a separate PR.

jezdez commented 4 years ago

Merged via #103.