https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59bf132ea46e28001bf41be0ac6710129bb21778 authored by Bryna Hazelton on 14 January 2017, 00:36:47 UTC, committed by Bryna Hazelton on 14 January 2017, 00:36:47 UTC
1 parent b20e533
Raw File
Tip revision: 59bf132ea46e28001bf41be0ac6710129bb21778 authored by Bryna Hazelton on 14 January 2017, 00:36:47 UTC
travis conda bug fix attempt
Tip revision: 59bf132
test_coverage.sh
#! /bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..

python setup.py install

cd uvdata/tests
nosetests --with-coverage --cover-erase --cover-package=uvdata --cover-html "$@"
back to top