Questions tagged [tox]

tox is a generic virtualenv management and test running tool.

tox is a generic virtualenv management and test command line tool you can use for:

  • checking your package installs correctly with different Python versions and interpreters running your tests in each of the environments,
  • configuring your test tool of choice
  • acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing

Resources:

529 questions
-2
votes
1 answer

Is it possible to run tox directly in a Jenkinsfile?

I have a python project, locally I have setup tox to automate pep8, bandit scans, pytest etc... Now I 'm asked to move to existing CICD and they have given me a Jenkins file. I need to add these tox functionality to Jenkins that Jenkins file. Can I…
-2
votes
1 answer

tox errors when running nova openstack unit tests

I am trying to run openstack unit tests, and i'm having trouble with tox i've been following this tutorial i have started with a brand new Ubuntu16.04 LTS instance which has python 2.7 and python 3.5 i took the exact same instructions as the…
Mheni
  • 228
  • 4
  • 15
-3
votes
1 answer

"pip install tox" giving Found existing installation: filelock 2.0.12

I am getting following output. enter image description here
Junaid Nz
  • 1
  • 1
1 2 3
35
36