Add configuration to test python2.4

This commit is contained in:
Matt Martz 2014-02-10 21:17:19 -06:00
parent 628bbcbd19
commit 8213cb039e
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
---
language: c
script:
- curl -s http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2 | tar xj
- cd Python-2.4.6
- ./configure --prefix=$HOME/virtualenv/python2.4 > /dev/null 2>&1 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
- $HOME/virtualenv/python2.4/bin/python -V
- $HOME/virtualenv/python2.4/bin/python speedtest_cli.py
---
language: python
python: