Skip to content

Commit

Permalink
Update Travis to test using 'develop' instead of 'install'
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Sep 5, 2013
1 parent 0fcf0d0 commit 2a39a6c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ python:

install:
- "pip install genomes"
- "python setup.py install"

before_script:
- "export TRACK_TEST_DIR=build/lib.*"
- "python setup.py develop"

script:
- nosetests --with-doctest -v $TRACK_TEST_DIR
- nosetests --with-doctest -v .

notifications:
email: false

0 comments on commit 2a39a6c

Please sign in to comment.