From: Isaac Jurado Date: Tue, 29 Dec 2015 00:15:20 +0000 (+0100) Subject: Install m3-cdecimal in Travis environments. X-Git-Tag: 2.2.0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F302%2Fhead;p=thirdparty%2Fbabel.git Install m3-cdecimal in Travis environments. Follow the cdecimal to m3-cdecimal package rename within TravisCI configuration. --- diff --git a/.travis.yml b/.travis.yml index 8d5433eb..29eedd43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: @@ -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: @@ -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: