We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20a9c31 + b0ec28f commit a922272Copy full SHA for a922272
.travis.yml
@@ -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
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/zhangchunlin/uliweb-apijson)
+
uliweb-apijson is a subset and slightly different variation of [apijson](https://github.com/TommyLemon/APIJSON/blob/master/Document.md)
You can try:
tests/requirements.txt
@@ -0,0 +1,5 @@
+nose
+six
+SQLAlchemy
+-e git+https://github.com/limodou/uliweb3#egg=uliweb3
+../
0 commit comments