We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d51cb7 commit c79c2b0Copy full SHA for c79c2b0
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
python:
3
- "3.4"
4
- - "nightly"
5
install:
6
- "pip install ."
7
- "pip install -r requirements.txt"
README.md
@@ -1,5 +1,7 @@
# SQLAlchemy-JSONAPI
+[](https://travis-ci.org/ColtonProvias/sqlalchemy-jsonapi)
+
[JSON API](http://jsonapi.org/) implementation for use with
[SQLAlchemy](http://www.sqlalchemy.org/).
sqlalchemy_jsonapi/serializer.py
@@ -5,6 +5,7 @@
MIT License
"""
8
+# TODO: getargspec is deprecated
9
import inspect
10
11
from enum import Enum
0 commit comments