Skip to content

Commit

Permalink
Merge 98528a0 into 8e653a2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 17, 2016
2 parents 8e653a2 + 98528a0 commit 999a9bb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 159 deletions.
14 changes: 0 additions & 14 deletions .continuous-integration/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions .continuous-integration/appveyor/install-miniconda.ps1

This file was deleted.

47 changes: 0 additions & 47 deletions .continuous-integration/appveyor/windows_sdk.cmd

This file was deleted.

9 changes: 0 additions & 9 deletions .continuous-integration/travis/setup_environment_linux.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .continuous-integration/travis/setup_environment_osx.sh

This file was deleted.

19 changes: 9 additions & 10 deletions .travis.yml
Expand Up @@ -5,21 +5,20 @@ env:
- PYTHON_VERSION=2.7 UNITPKG=false
- PYTHON_VERSION=3.3 UNITPKG=false
- PYTHON_VERSION=3.4 UNITPKG=false
- PYTHON_VERSION=3.5 UNITPKG=false
- PYTHON_VERSION=2.7 UNITPKG=true
- PYTHON_VERSION=3.3 UNITPKG=true
- PYTHON_VERSION=3.4 UNITPKG=true

before_install:
- source .continuous-integration/travis/setup_environment_$TRAVIS_OS_NAME.sh
- conda create --yes -n test python=$PYTHON_VERSION
- source activate test
- PYTHON_VERSION=3.5 UNITPKG=true
global:
- CONDA_DEPENDENCIES="pytest numpy"
- PIP_DEPENDENCIES="coveralls pytest-cov traitlets"

install:
- conda install --yes pip pytest numpy
- pip install coveralls pytest-cov traitlets
- if [[ $UNITPKG == true ]]; then conda install --yes astropy; fi
- if [[ $UNITPKG == true ]]; then pip install quantities pint; fi
- if [[ $PYTHON_VERSION == 2.6 ]]; then conda install --yes unittest2; fi
- if [[ $UNITPKG == true ]]; then export CONDA_DEPENDENCIES="astropy "$CONDA_DEPENDENCIES; fi
- if [[ $UNITPKG == true ]]; then export PIP_DEPENDENCIES="quantities pint "$PIP_DEPENDENCIES; fi
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh

script:
- py.test --cov numtraits.py
Expand Down

0 comments on commit 999a9bb

Please sign in to comment.