Skip to content

Commit

Permalink
Merge pull request #2 from jordanperr/feature/travisci
Browse files Browse the repository at this point in the history
Adding TravisCI build script to release/v1
Testing public contribution method.
  • Loading branch information
jordanperr authored Dec 7, 2018
2 parents 3c6aaad + 970ee8c commit b590784
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python

python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"

install:
- pip install .

script:
- python setup.py test

after_success:
- echo "Success!"

after_failure:
- echo "Failure!"

#after_script:
#- Put clean-up or finalization commands here
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenOA
OpenOA [![Build Status](https://travis-ci.org/NREL/OpenOA.svg?branch=release%2Fv1)](https://travis-ci.org/NREL/OpenOA)
======

This library provides a generic framework for working with large timeseries data from wind plants. Its development
Expand Down

0 comments on commit b590784

Please sign in to comment.