From fd71e7f957c6c452229a3b6acce53f0e844a749c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 26 Apr 2018 21:03:57 +0200 Subject: [PATCH] Config file for pyup.io (#809) * create pyup.io config file * Updated requirements directory. --- .pyup.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pyup.yml diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 00000000..d58d277f --- /dev/null +++ b/.pyup.yml @@ -0,0 +1,7 @@ +# autogenerated pyup.io config file +# see https://pyup.io/docs/configuration/ for all available options + +schedule: every week +requirements: +- test/integration/Pipfile +- test/integration/pipenv.txt