Skip to content

Commit

Permalink
actually commited the right thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjonas committed Jul 26, 2015
1 parent c092e69 commit cef275e
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 @@ -21,10 +21,11 @@ install:
# Coverage packages are on my binstar channel
- conda install --yes -c dan_blanchard python-coveralls nose-cov
- python setup.py install
# FIXME I DONT KNOW HOW TO MAKE NOSE WORK IF WE DONT ALSO BUILD IN PLACE
- python setup.py build_ext --inplace
# Run test
script:
- export SOURCEDIR=`pwd`
- nosetests $SOURCEDIR/tests/
- nosetests

addons:
apt:
Expand Down

0 comments on commit cef275e

Please sign in to comment.