tobiko/pep8-requirements.txt
Federico Ressi 0377537dc0 Create tox.ini file.
Configure with minimal requirements for running -
  pep8 - flake8 verifications
  py27/py35 - unittests

Change-Id: If09bab1f0a8501afddd720cf9ea9335867072e1d
2018-08-23 08:01:55 +02:00

7 lines
268 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
flake8==2.5.5 # MIT
flake8-import-order==0.12 # LGPLv3