Add documentation on how to install Python 2.6 for development envs.
This commit is contained in:
@@ -21,6 +21,11 @@ Setup test requirements
|
|||||||
java -jar jython-installer-2.7.0.jar && rm jython-installer-2.7.0.jar
|
java -jar jython-installer-2.7.0.jar && rm jython-installer-2.7.0.jar
|
||||||
# add jython to your path
|
# add jython to your path
|
||||||
|
|
||||||
|
# Install Python 2.6
|
||||||
|
sudo add-apt-repository ppa:fkrull/deadsnakes
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install python2.6 python2.6-dev
|
||||||
|
|
||||||
# run tests for all supported envs
|
# run tests for all supported envs
|
||||||
tox
|
tox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user