Skip to content

Commit c79c2b0

Browse files
author
Colton Provias
committed
getargspec is deprecated. Making note of it.
1 parent 6d51cb7 commit c79c2b0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "3.4"
4-
- "nightly"
54
install:
65
- "pip install ."
76
- "pip install -r requirements.txt"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SQLAlchemy-JSONAPI
22

3+
[![Build Status](https://travis-ci.org/ColtonProvias/sqlalchemy-jsonapi.svg?branch=master)](https://travis-ci.org/ColtonProvias/sqlalchemy-jsonapi)
4+
35
[JSON API](http://jsonapi.org/) implementation for use with
46
[SQLAlchemy](http://www.sqlalchemy.org/).
57

sqlalchemy_jsonapi/serializer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
MIT License
66
"""
77

8+
# TODO: getargspec is deprecated
89
import inspect
910

1011
from enum import Enum

0 commit comments

Comments
 (0)