Install ipython_pytest via PyPI

This commit is contained in:
Jerry Pussinen
2018-05-21 18:35:07 +02:00
parent 4643b4eeaf
commit 0d0c6e61ad
9 changed files with 28 additions and 229 deletions

View File

@@ -9,7 +9,7 @@
"# Let's make sure pytest and ipython_pytest plugin are installed\n",
"import sys\n",
"!{sys.executable} -m pip install pytest\n",
"!{sys.executable} -m pip install ../../../utils/ipython_pytest/"
"!{sys.executable} -m pip install ipython_pytest"
]
},
{