jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

Drop support for py2.6 and py3.3. #137

Closed econchick closed 7 years ago

econchick commented 7 years ago

It's about time. It should just require removing py2.6 and 3.3 environments from .travis.yml and tox.ini files.

Related: Issue 121

econchick commented 7 years ago

PR: https://github.com/spotify/ramlfications/pull/142