Skip to content

Commit

Permalink
removed dcr installation on travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Torres committed Oct 18, 2018
1 parent 51d1dff commit b2165f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ branches:
- master
- development

before_install:
- ./install_dcr.sh
# before_install:
# - ./install_dcr.sh


install:
- export PATH="$PATH:$HOME/build/soar-telescope/goodman_pipeline/dcrbin"
# - export PATH="$PATH:$HOME/build/soar-telescope/goodman_pipeline/dcrbin"

- sudo apt-get update

Expand All @@ -40,8 +40,8 @@ install:
- source activate goodman_pipeline

# install
- python setup.py test
- python setup.py install
- python setup.py test

script:
- pytest
Expand Down

0 comments on commit b2165f3

Please sign in to comment.