Skip to content

Commit a922272

Browse files
authored
Merge pull request #43 from zhangchunlin/master
Sync
2 parents 20a9c31 + b0ec28f commit a922272

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
- "3.7"
5+
before_install: cd tests;pip install -r requirements.txt
6+
script: nosetests --with-doctest

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/zhangchunlin/uliweb-apijson.svg?branch=master)](https://travis-ci.org/zhangchunlin/uliweb-apijson)
2+
13
uliweb-apijson is a subset and slightly different variation of [apijson](https://github.com/TommyLemon/APIJSON/blob/master/Document.md)
24

35
You can try:

Diff for: tests/requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
nose
2+
six
3+
SQLAlchemy
4+
-e git+https://github.com/limodou/uliweb3#egg=uliweb3
5+
../

0 commit comments

Comments
 (0)