Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
address CR
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Dec 11, 2018
1 parent 7194bb8 commit f70db5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions ci/requirements_mxnet_virtualenv.txt

This file was deleted.

2 changes: 1 addition & 1 deletion dev_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def create_virtualenv(venv_exe, pyexe, venv) -> None:
# Activate virtualenv in this interpreter
exec(open(activate_this_py).read(), dict(__file__=activate_this_py))
check_call(['pip', 'install', '--upgrade','--force-reinstall', '-e', 'python'])
check_call(['pip', 'install', '-r', 'ci/requirements_mxnet_virtualenv.txt'])
check_call(['pip', 'install', '-r', 'tests/requirements.txt'])

def create_virtualenv_default():
create_virtualenv('virtualenv', DEFAULT_PYTHON, DEFAULT_PYENV)
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
mock
nose
nose-timer
ipython

0 comments on commit f70db5b

Please sign in to comment.