mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #374] add tox #285
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#285
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Oct 1, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/374
Originally assigned to: @ThomasWaldmann on GitHub.
currently we only have travis to test for multiple python versions, but we could use
toxto test locally and on travis in a similar way.@ThomasWaldmann commented on GitHub (Apr 3, 2019):
I looked at this, but think we rather test on travis than locally, due to the requirements on the environment:
The travis install script installs a bind nameserver and configures it to work with the tests, we do not have this on the development machine, so the tests do not work.