diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-08-13 17:31:35 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-08-13 17:31:35 +0200 |
| commit | 631505f27c58a26f3d76fb8bd1508fff5bd35aa2 (patch) | |
| tree | 10d313bdc1e49c8c681a47692b9b498e7146907a | |
| parent | 907d36a7b8909addfffdf172b39fa52df0288ae4 (diff) | |
| download | sqlparse-631505f27c58a26f3d76fb8bd1508fff5bd35aa2.tar.gz | |
Pipe command line args to py.test
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ passenv = TRAVIS commands = sqlformat --version - py.test --cov=sqlparse + py.test --cov=sqlparse {posargs} [testenv:flake8] deps = |
