Python 3.3.0 beta 1, PyPy 1.9 and Jython 2.7 alpha 2 are now supported on ShiningPanda, the Hosted Continuous Integration Service dedicated to Python.
Trying them all is only one click away with our Linux & Windows pre-installed build environments!
Please note that for Python 3.3 you need to upgrade pip manually before you can install any package. If you are doing matrix builds you can simply add the following script before doing any pip install:
1 if [ "$PYTHON" = "CPython-3.3" ] 2 then 3 git clone git://github.com/pypa/pip.git 4 cd pip 5 $PYTHON_EXE setup.py install 6 cd .. 7 rm -rf pip 8 fi
For special needs, ShiningPanda is also offering build and release management expertise, so if you have questions or if you are stuck with your internal build process do not hesitate to contact our service team!
Comments
No comments yet.