Pin pip to 20.3.3 and disable tmpfs in DIB
[ta/build-tools.git] / README
1 # Unit tests and static analysis
2
3 Execute with:
4   $ tox
5
6 Execute only subset with verbose diff on assertion errors:
7   $ tox -e py27 -- -vv tools/script/process_rpmdata_test.py::test_components
8
9 # Building REC
10
11   $ git clone <manifest-repo>
12   $ git clone <build-tools-repo>
13   $ build-tools/build_images.sh -m manifest -w work
14