Skip to content

Commit

Permalink
Merge pull request #302 from etanol/fix-builds
Browse files Browse the repository at this point in the history
Try to fix the broken builds
  • Loading branch information
sils committed Dec 29, 2015
2 parents b088a3d + b5d400f commit 5d0c4ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ matrix:
- os: linux
python: 2.6
env:
- CDECIMAL=cdecimal
- CDECIMAL=m3-cdecimal
- os: linux
python: 2.7
- os: linux
python: 2.7
env:
- CDECIMAL=cdecimal
- CDECIMAL=m3-cdecimal
- os: linux
python: pypy
- os: linux
Expand All @@ -43,7 +43,7 @@ matrix:
- PYTHON_VERSION=2.6.6
- PYENV_ROOT=~/.pyenv
- PATH=$PYENV_ROOT/shims:$PATH:$PYENV_ROOT/bin
- CDECIMAL=cdecimal
- CDECIMAL=m3-cdecimal
- os: osx
language: generic
env:
Expand All @@ -56,7 +56,7 @@ matrix:
- PYTHON_VERSION=2.7.10
- PYENV_ROOT=~/.pyenv
- PATH=$PYENV_ROOT/shims:$PATH:$PYENV_ROOT/bin
- CDECIMAL=cdecimal
- CDECIMAL=m3-cdecimal
- os: osx
language: generic
env:
Expand Down Expand Up @@ -85,7 +85,7 @@ matrix:
install:
- bash .ci/deps.${TRAVIS_OS_NAME}.sh
- pip install --upgrade pip
- pip install --allow-external cdecimal --upgrade pytest==2.8.5 pytest-cov==2.2.0 $CDECIMAL
- pip install --upgrade pytest==2.8.5 pytest-cov==2.2.0 $CDECIMAL
- pip install --editable .

script:
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
envlist = py26, py27, pypy, py33, py34, py26-cdecimal, py27-cdecimal

[testenv]
install_command =
pip install --allow-external cdecimal {opts} {packages}
deps =
pytest
cdecimal: cdecimal
cdecimal: m3-cdecimal
whitelist_externals = make
commands = make clean-cldr test

0 comments on commit 5d0c4ef

Please sign in to comment.