Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #36 - Add Travis CI Build #38

Merged
merged 2 commits into from
May 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: python
python:
- "2.7"

branches:
only:
- master

env:
- BLISS_CONFIG: ${TRAVIS_BUILD_DIR}/data/config/config.yaml

install:
- pip install .[tests]

script: nosetests
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ Contributing

For information on how to contribute please see the [AIT Contributors Guides](http://ait-core.readthedocs.io/en/latest/contribute.html)

-----
[![Build Status](https://travis-ci.org/NASA-AMMOS/AIT-Core.svg?branch=master)](https://travis-ci.org/NASA-AMMOS/AIT-Core)