From 15ede2650b056aa776871bc17a433d975e0c83f4 Mon Sep 17 00:00:00 2001 From: Jon Rocha Date: Tue, 29 Jan 2019 08:30:14 -0700 Subject: [PATCH] Add AppVeyor CI badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f333f3b..74741b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/n5jktmnm4jqr37nm?svg=true)](https://ci.appveyor.com/project/usbr/pyforecast) + # PyForecast Forecasting Software PyForecast is a statistical modeling tool useful in predicting season inflows and streamflows. The tool collects meterological and hydrologic datasets, analyzes hundreds to thousands of predictor subsets, and returns well-performing statistical regressions between predictors and streamflows. @@ -18,4 +20,4 @@ PyForecast is a statistical modeling tool useful in predicting season inflows an These packages can be installed automatically to your default python distribution by running the 'install_dependencies.bat' script. ## Use -Run the software by running the 'run_PyForecast.bat' batch script. This will open the software along with a console window that will log any error messages. \ No newline at end of file +Run the software by running the 'run_PyForecast.bat' batch script. This will open the software along with a console window that will log any error messages.