From da207b162f714cc4d86437c4d2e8f07f69f34eb4 Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Tue, 8 May 2018 10:44:37 +0200
Subject: [PATCH] Add pyup batch

---
 .pyup.yml             | 9 ++++++++-
 README.rst            | 4 ++++
 requirements-test.txt | 2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.pyup.yml b/.pyup.yml
index bf632f0b..df91590e 100644
--- a/.pyup.yml
+++ b/.pyup.yml
@@ -1,4 +1,11 @@
 # autogenerated pyup.io config file 
 # see https://pyup.io/docs/configuration/ for all available options
 
-update: false
+update: all
+
+# update schedule
+# default: empty
+# allowed: "every day", "every week", ..
+schedule: "every week"
+
+pin: False
diff --git a/README.rst b/README.rst
index 90d4d95c..5daef081 100644
--- a/README.rst
+++ b/README.rst
@@ -15,6 +15,10 @@ The library name is derived from a beam maschine, similar to the analogy between
 
 .. image:: https://anaconda.org/conda-forge/beem/badges/version.svg   
     :target: https://anaconda.org/conda-forge/beem
+
+.. image:: https://pyup.io/repos/github/holgern/beem/shield.svg
+     :target: https://pyup.io/repos/github/holgern/beem/
+     :alt: Updates
   
 .. image:: https://anaconda.org/conda-forge/beem/badges/downloads.svg   
     :target: https://anaconda.org/conda-forge/beem
diff --git a/requirements-test.txt b/requirements-test.txt
index fc940526..a54e15e8 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -15,7 +15,7 @@ pyyaml==3.12
 mock==2.0.0
 appdirs==1.4.3
 Click==6.7
-prettytable==0.7.2
+prettytable
 pycodestyle==2.4.0
 pyflakes==1.6.0
 pylibscrypt==1.7.1
-- 
GitLab