Skip to content
Snippets Groups Projects
Commit 045a51ab authored by Ramy Asselin's avatar Ramy Asselin
Browse files

Add tox -e zuul prerequisites

Manual installation of some basic packages is needed for tox -e zuul,
otherwise you'll get the following errors:

unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
netifaces.c:1:20: fatal error: Python.h: No such file or directory

Change-Id: If112637e70db88dcf91b30f0d564f180633f92bf
parent cc8aaa59
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,9 @@ Adjust the jenkins jobs in `jenkins/jobs/` to your needs. You can find the full ...@@ -63,6 +63,9 @@ Adjust the jenkins jobs in `jenkins/jobs/` to your needs. You can find the full
## Basic checks ## Basic checks
Prerequisites: The following packages need to be installed for the `zuul` tox environment tests to pass:
sudo apt-get install libxml2-dev libxslt1-dev python-dev build-essential
1. Run `tox` to run some basic syntax checks to validate the syntax of your configuration files. 1. Run `tox` to run some basic syntax checks to validate the syntax of your configuration files.
## Credits ## Credits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment