Skip to content

Commit

Permalink
Merge a71882a into e1be28e
Browse files Browse the repository at this point in the history
  • Loading branch information
josef-pkt committed Mar 23, 2014
2 parents e1be28e + a71882a commit bba7bdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Adapted from M. Brett's .yaml file for nipy:
# https://github.com/nipy/nipy/blob/master/.travis.yml
#
# We pretend to be erlang because we can't use the python support in
# travis-ci; it uses virtualenvs, they do not have numpy, scipy, matplotlib,
# and it is impractical to build them
language: erlang
language: python
notifications:
email:
- statsmodels-commits@googlegroups.com
Expand Down Expand Up @@ -54,4 +51,4 @@ script:
- echo 'import statsmodels as sm; a=sm.test(); import sys; sys.exit((len(a.failures)+len(a.errors))>0)' > test.py
- if [ "${PYSUF}" != "3" ]; then coverage run --rcfile=${SRCDIR}/.travis_coveragerc test.py; else $PYTHON test.py; fi
after_success:
- if [ "${PYSUF}" != "3" ]; then coveralls; fi
- if [ "${PYSUF}" != "3" ]; then coveralls --rcfile=${SRCDIR}/.travis_coveragerc; fi
3 changes: 2 additions & 1 deletion .travis_coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

[run]
branch = True
source = statsmodels
include =
/usr/local/lib/python*/*-packages/statsmodels*
*/statsmodels/*

0 comments on commit bba7bdb

Please sign in to comment.