Add documentation on how to install Python 2.6 for development envs.
parent
904ab6b857
commit
8af11d4281
|
|
@ -21,6 +21,11 @@ Setup test requirements
|
|||
java -jar jython-installer-2.7.0.jar && rm jython-installer-2.7.0.jar
|
||||
# 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
|
||||
tox
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue