##// END OF EJS Templates
Merge pull request #3849 from ivanov/windows-no-compiler...
Min RK -
r11856:f7ffc4f1 merge
parent child Browse files
Show More
@@ -29,6 +29,7 b' def test_cython_inline():'
29 nt.assert_equal(result, 30)
29 nt.assert_equal(result, 30)
30
30
31
31
32 @dec.skip_win32
32 def test_cython_pyximport():
33 def test_cython_pyximport():
33 module_name = '_test_cython_pyximport'
34 module_name = '_test_cython_pyximport'
34 ip.run_cell_magic('cython_pyximport', module_name, code)
35 ip.run_cell_magic('cython_pyximport', module_name, code)
General Comments 0
You need to be logged in to leave comments. Login now