Skip to content

Commit

Permalink
Cleanup some stuff. Use latest pypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 19, 2015
1 parent fe63444 commit 3ae4d24
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 25 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,31 @@ env:

- TOXENV=2.6-cover,coveralls,codecov
- TOXENV=2.6-nocov

- TOXENV=2.7-cover,coveralls,codecov
- TOXENV=2.7-nocov

- TOXENV=3.3-cover,coveralls,codecov
- TOXENV=3.3-nocov

- TOXENV=3.4-cover,coveralls,codecov
- TOXENV=3.4-nocov

- TOXENV=3.5-cover,coveralls,codecov
- TOXENV=3.5-nocov

- TOXENV=pypy-cover,coveralls,codecov
- TOXENV=pypy-nocov

before_install:
- python --version
- uname -a
- lsb_release -a
- |
if [[ "${TOXENV}" =~ "pypy" ]]; then
git clone https://github.com/yyuu/pyenv.git ~/.pyenv
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv install pypy-2.6.1
pyenv global pypy-2.6.1
fi
pip install virtualenv
install:
- pip install tox
- virtualenv --version
Expand All @@ -44,4 +49,3 @@ notifications:
email:
on_success: never
on_failure: always

10 changes: 10 additions & 0 deletions ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ before_install:
- python --version
- uname -a
- lsb_release -a
- |
if [[ "${TOXENV}" =~ "pypy" ]]; then
git clone https://github.com/yyuu/pyenv.git ~/.pyenv
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv install pypy-2.6.1
pyenv global pypy-2.6.1
fi
pip install virtualenv
install:
- pip install tox
- virtualenv --version
Expand Down
7 changes: 0 additions & 7 deletions docs/usage.rst

This file was deleted.

12 changes: 0 additions & 12 deletions python-stampede.komodoproject

This file was deleted.

1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ basepython =
3.4: {env:TOXPYTHON:python3.4}
3.5: {env:TOXPYTHON:python3.5}
{clean,check,report,extension-coveralls,coveralls,codecov}: python3.4
bootstrap: python
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
Expand Down

0 comments on commit 3ae4d24

Please sign in to comment.