Skip to content
Snippets Groups Projects
Commit 0f1d42e9 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #4957 from soltanmm/bob

Mitigate Python build directory naming conflict
parents 50d012bb 1a54e5cd
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ libs
objs
# Python items
python_build/
.coverage*
.eggs
.tox
......
......@@ -3,6 +3,9 @@
[coverage:run]
plugins = Cython.Coverage
[build]
build_base=python_build
[build_ext]
inplace=1
......
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