Skip to content

Commit 5cd660a

Browse files
Merge pull request #7 from codonlibrary/integrateTravis
Integrate travis
2 parents 87294d2 + 7bcca3f commit 5cd660a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: python
2+
python:
3+
- 3.5
4+
script:
5+
- pytest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Example package
22

3+
[![Build Status](https://travis-ci.com/codonlibrary/codonPython.svg?branch=master)](https://travis-ci.com/codonlibrary/codonPython)
4+
35
This is a simple example of a future package pulled from the DPS Core code base.
46
The package can be directly installed by typing in your terminal: `python -m pip install --user git+https://github.com/codonlibrary/codonPython.git`

0 commit comments

Comments
 (0)