Skip to content
Snippets Groups Projects
Commit ad172e39 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

fix for py.test

parent 0ae1eebb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,6 +8,7 @@ from future import standard_library
standard_library.install_aliases()
from build_exe.cx.build_cx_exe import NUMPY
from build_exe.cx import build_cx_exe
if __name__=="__main__":
from build_exe.cx import build_cx_exe
build_cx_exe.build_exe("ascii2bin.py", version="3.0.1", includes=["'pandas'"], modules=['email', NUMPY])
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