Note that tox need python3-dev or python-dev

Change-Id: Id4b2dca232567c7b26085504f12110fb5bc37697
Closes-Bug: #1774477
This commit is contained in:
chenxing 2018-06-07 20:00:13 +08:00
parent 7d253d1127
commit 081b39e04d
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ around the use of Python.
It describes the use of a Python virtual environment, the install of both
system and project-specific dependencies and, finally, running the tests.
.. note::
Make sure you have installed ``python3-dev`` or ``python-dev`` before running
these ``tox`` checks.
Virtual Environment
===================