Add documentation on how to install Python 2.6 for development envs.

master
baztian 2017-03-11 20:35:02 +01:00
parent 904ab6b857
commit 8af11d4281
1 changed files with 5 additions and 0 deletions

View File

@ -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