Trying to learn more about the python env I am running in
This commit is contained in:
parent
446f224785
commit
d22842346f
|
@ -17,6 +17,7 @@ script:
|
|||
|
||||
- python speedtest_cli.py
|
||||
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then ls ~/virtualenv/; fi;
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then curl -s http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2 | tar xj; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then cd Python-2.4.6; ./configure --prefix=$HOME/virtualenv/python2.4 > /dev/null 2>&1; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then make > /dev/null 2>&1; fi
|
||||
|
|
Loading…
Reference in New Issue