##// END OF EJS Templates
Install IPython using setup.py
Matthias Bussonnier -
Show More
@@ -38,9 +38,10 b' init:'
38 38 - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
39 39
40 40 install:
41 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
41 42 - "%CMD_IN_ENV% pip install setuptools>=18.5 --upgrade"
42 - "%CMD_IN_ENV% pip install nose coverage"
43 - "%CMD_IN_ENV% pip install -r ipython\requires.txt"
43 - "%CMD_IN_ENV% pip install nose coverage ipython[test] --upgrade"
44 - "%CMD_IN_ENV% python setup.py install"
44 45 test_script:
45 - "%PYTHON%/Scripts/nosetests"
46 No newline at end of file
46 - "%PYTHON%/Scripts/iptest"
47
@@ -36,7 +36,9 b' See IPython `README.rst` file for more information:'
36 36
37 37 https://github.com/ipython/ipython/blob/master/README.rst
38 38
39 """
39 Python {} detected.
40
41 """.format(sys.version_info)
40 42
41 43 print(error, file=sys.stderr)
42 44 sys.exit(1)
General Comments 0
You need to be logged in to leave comments. Login now