Skip to content

Commit

Permalink
Fixed test working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaryee committed Nov 6, 2015
1 parent 1aaa08a commit be23007
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "2.7"

before_install:
- cd test
- git clone https://github.com/lh3/bwa.git
- cd bwa
- git checkout tags/0.7.12
Expand All @@ -15,11 +16,11 @@ before_install:
- cd bedtools2
- git checkout tags/v2.25.0
- make
- cd ..
- cd ../..

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install -r requirements.txt

# command to run tests, e.g. python setup.py test
script:
Expand Down

0 comments on commit be23007

Please sign in to comment.