Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a922272

Browse files
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

‎.travis.yml‎

Lines changed: 6 additions & 0 deletions
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

‎README.md‎

Lines changed: 2 additions & 0 deletions
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:

‎tests/requirements.txt‎

Lines changed: 5 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /