Skip to content

Commit

Permalink
Add Travis CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
njwilson committed May 17, 2012
1 parent 816f428 commit bd0f6dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- 3.2
install:
- pip install http://hg.python.org/distutils2/archive/python3.tar.bz2 nose mock
- pip install .
script: nosetests
env:
- PIP_USE_MIRRORS=true
2 changes: 2 additions & 0 deletions README.rst
@@ -1,6 +1,8 @@
Overview
========

.. image:: https://secure.travis-ci.org/osupython/pip2.png?branch=develop

The goal of this project is to create a new version of pip built on
`distutils2/packaging`_ instead of setuptools/distribute. Pip2 is currently
being developed as part of a senior capstone project at Oregon State
Expand Down

0 comments on commit bd0f6dc

Please sign in to comment.