Skip to content

Commit

Permalink
Merge pull request #216 from pipermerriam/move-flake8-tests-to-top-first
Browse files Browse the repository at this point in the history
Move flake8 tests to top first
  • Loading branch information
blag committed Feb 12, 2019
2 parents d49da34 + 588fe6c commit 44a7ef6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ python:
- "3.6"
matrix:
include:
# flake8
- python: "3.5"
env: TOX_ENV=flake8
# 2.7
- python: "2.7"
env: TOX_ENV=py27
Expand Down Expand Up @@ -55,9 +58,6 @@ matrix:
env: TOX_ENV=py36-with-tornado-falcon
- python: "3.6"
env: TOX_ENV=py36-with-werkzeug
# flake8
- python: "3.5"
env: TOX_ENV=flake8
cache:
pip: true
install:
Expand Down
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# This library is no longer maintained
# FLEX

This library currently has no dedicated maintainer and will not be receiving any updates.
[![Build Status](https://travis-ci.org/pipermerriam/flex.png)](https://travis-ci.org/pipermerriam/flex)
[![Documentation Status](https://readthedocs.org/projects/flex-swagger/badge/?version=latest)](https://readthedocs.org/projects/flex-swagger/?badge=latest)
[![PyPi version](https://img.shields.io/pypi/v/flex.svg)](https://pypi.python.org/pypi/flex)
[![PyPi downloads](https://img.shields.io/pypi/dm/flex.svg)](https://pypi.python.org/pypi/flex)


Validation tooling for [Swagger 2.0](https://github.com/wordnik/swagger-spec/blob/master/versions/2.0.md) specifications.


[Documentation on ReadTheDocs](http://flex-swagger.readthedocs.org/en/latest/)

## Features

* Validate swagger schemas.
* JSON Schema Validation
* Validation of request/response objects against schema.
* Command Line interface.


# CLI Name Change

Starting in version 5.0.0 the CLI interface has been changed to `swagger-flex`
due to a collission with the Apache Flex project.

0 comments on commit 44a7ef6

Please sign in to comment.