Skip to content

Commit

Permalink
Really travis? Ok, how about nothing, no change. What now?
Browse files Browse the repository at this point in the history
  • Loading branch information
cyli committed Jan 7, 2014
1 parent e53cfba commit 60e1db1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ matrix:
allow_failures:
- python: 2.6

# rebuild
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then sudo add-apt-repository -y ppa:pypy/ppa; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then sudo apt-get -y update; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then sudo apt-get install -y pypy; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then sudo rm -rf /usr/local/pypy/bin; fi

install:
- pip install -r requirements.txt
- pip install coveralls
Expand Down

0 comments on commit 60e1db1

Please sign in to comment.