diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:55:22 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:55:22 +0200 |
| commit | 27e859cbf8c895263db15c8adeb7ed82ba7f993e (patch) | |
| tree | 65b2929abc94a614b1b345cbfbbf3074a7b05ca2 | |
| parent | 7c90de66247b59cd59415088445552d63a1044cb (diff) | |
| parent | 6cb3821bf3b048c7b4182c3d87432c433a5f1a57 (diff) | |
| download | sqlparse-27e859cbf8c895263db15c8adeb7ed82ba7f993e.tar.gz | |
Merge branch 'w503' of https://github.com/jdufresne/sqlparse into jdufresne-w503
| -rw-r--r-- | setup.cfg | 3 | ||||
| -rw-r--r-- | setup.py | 2 | ||||
| -rw-r--r-- | tox.ini | 3 |
3 files changed, 3 insertions, 5 deletions
@@ -2,8 +2,7 @@ xfail_strict = True [flake8] -ignore = - W503, +extend-ignore = E731 [coverage:run] @@ -96,6 +96,8 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Database', 'Topic :: Software Development', ], @@ -12,9 +12,6 @@ envlist = deps = pytest pytest-cov - pytest-travis-fold -passenv = - TRAVIS commands = sqlformat --version pytest --cov=sqlparse {posargs} |
