Skip to content

Commit

Permalink
Merge pull request #69 from datreant/test-develop-datreant
Browse files Browse the repository at this point in the history
add build using development version of datreant
  • Loading branch information
dotsdl committed Nov 16, 2017
2 parents ffd1a7e + 0c69179 commit 98c5555
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,15 @@ branches:
- master
- develop

env:
matrix:
- DATREANT_DEV="true"
- DATREANT_DEV="false"

matrix:
allow_failures:
- env: DATREANT_DEV="true"

# install python dependencies
install:
- pip install codecov
Expand All @@ -23,6 +32,10 @@ install:
- pip install pytest-pep8
- pip install numpy numexpr Cython
- pip install MDAnalysisTests
- |
if [[ $DATREANT_DEV == 'true' ]]; then \
pip install git+https://github.com/datreant/datreant.core.git;\
fi
- pip install --process-dependency-links -e .

# run tests
Expand Down

0 comments on commit 98c5555

Please sign in to comment.