Add configuration to test python2.4
This commit is contained in:
parent
628bbcbd19
commit
8213cb039e
11
.travis.yml
11
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue