Skip to content

Commit

Permalink
Fix CI: restore target test_repl_ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
hsfzxjy committed Feb 9, 2021
1 parent 93cfc4d commit bb7e9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ test_fmt:
${PY} -m unittest discover tests/fmt/
test_repl_builtin:
${PY} -m unittest tests/repl/*builtin*
test_repl_ipython:
${PY} -m unittest tests/repl/*ipython*
test_repl_idle:
${PY} -m unittest tests/repl/*idle*

0 comments on commit bb7e9d2

Please sign in to comment.