Skip to content

Commit

Permalink
add redirected nose call in travis and add pandas to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed Jan 27, 2017
1 parent 2781acc commit ebf5a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ install:

script:
- python setup.py sdist >/dev/null
- echo "check_stable=False" >pysal/config.py
- nosetests --with-coverage --cover-package=pysal;
- echo "check_stable=False" >pysal_core/config.py
- nosetests --with-coverage --cover-package=pysal_core;
#- cd doc; make pickle; make doctest
notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
scipy>=0.11
numpy>=1.3
pandas

0 comments on commit ebf5a2c

Please sign in to comment.