File: .travis_testing.sh

package info (click to toggle)
pysal 1.14.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 68,796 kB
  • sloc: python: 52,495; xml: 549; makefile: 116; sh: 73
file content (5 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then
    nosetests --with-coverage --cover-package=pysal --exclude-dir=pysal/contrib
else
    nosetests --with-coverage --cover-package=pysal; 
fi