osupython / pip2

Experimental port of pip from distutils to distutils2.
http://pip2.readthedocs.org/
MIT License
18 stars 11 forks source link

Set up continuous integration #65

Closed njwilson closed 12 years ago

njwilson commented 12 years ago

Set up continuous integration to run the tests on a variety of setups every time the code changes. I think Travis CI is the way to go.

njwilson commented 12 years ago

Done! We now have a build status icon at the top of our README that links to http://travis-ci.org/osupython/pip2

A testrun is triggered every time the develop branch changes. It only runs on Python 3.2 because 3.3 isn't supported yet.