diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-07-16 00:58:30 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-07-16 01:15:59 +0200 |
commit | 53e48ed044b3f69cf21a43a4c9c4450b56972165 (patch) | |
tree | 1d265fa9c5d5aa3e7accab1409a63ff6a2dc7cc9 /Pipfile | |
parent | fe5a5b64765f8fa5bbfae0a08e026a5c6fb8b47a (diff) | |
download | ranger-53e48ed044b3f69cf21a43a4c9c4450b56972165.tar.gz |
Fix the Travis build
I'm so sorry about the accidental push to master!
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile new file mode 100644 index 00000000..a927408c --- /dev/null +++ b/Pipfile @@ -0,0 +1,15 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[requires] +python_version = "3.5" + +[dev-packages] +pytest = "*" +"flake8" = "*" +pylint = "<2.0.0" +"enum34" = "*" + +[packages] |