When running python setup.py test we get the warning:
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
This same command is used to run tests in the Travis conf, probably should look into this before it starts to fail.
When running
python setup.py testwe get the warning:WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.This same command is used to run tests in the Travis conf, probably should look into this before it starts to fail.