Skip to content

Commit 69eab3d

Browse files
committed
Initial Travis CI setup
1 parent 3838e39 commit 69eab3d

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install: easy_install aniso8601 pytz
5+
before_script:
6+
- cd test
7+
- cp resources/lrs_properties.py.travis-ci resources/lrs_properties.py
8+
script: python main.py

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
A Python library for implementing Tin Can API.
22

3+
[![Build Status](https://travis-ci.org/RusticiSoftware/TinCanPython.png)](https://travis-ci.org/RusticiSoftware/TinCanPython)
4+
35
For hosted API documentation, basic usage instructions, supported version listing, etc. visit the main project website at:
46

57
<http://rusticisoftware.github.io/TinCanPython/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""
2+
Contains configuration specific to Travis CI testing
3+
"""
4+
5+
6+
endpoint="https://cloud.scorm.com/tc/RQVHO4MI7J/sandbox/"
7+
version="1.0.1"
8+
username="VaNxecRiU3pv3WG5Ouw"
9+
password="m7Uwk71z7PJfbzQCWcU"

0 commit comments

Comments
 (0)