From 60e442e885ab0654c4724ebf4281d4b0e09a2e01 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 30 Jan 2013 20:12:01 +0100 Subject: [PATCH] Update the installation procedure. --- .travis.yml | 2 +- INSTALL.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0d23c699..bd5bb4263 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ install: # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION - - if [ `echo $TRAVIS_PYTHON_VERSION | head -c 1` -eq 3 ] ; then ./sandbox/run_2to3.sh -j3; cd py3k/; python3 setup.py install; else python setup.py install; fi + - python setup.py install - supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader --exclude=plugins/ShrinkUrl diff --git a/INSTALL.md b/INSTALL.md index d1f1e7318..6cd003cdb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,14 +43,6 @@ git clone git://github.com/ProgVal/Limnoria.git cd Limnoria ``` -*If* you want to use Python 3.x, run these commands (the first one may take -a few minutes): - -``` -./sandbox/run_2to3.sh -j3 -cd py3k/ -``` - The rest depends on do you have root access and do you want to perform global or local install. ## Global install