jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

Only test backport dependencies on Python 2 #637

Closed jfinkels closed 7 years ago

jfinkels commented 7 years ago

In order to avoid having huge Travis build matrices, this pull request eliminates simplejson and future tests on Python 3, and tests only future on Python 2.7