From 89c0cdd1ae81e28258c22b6fd9819a84b0180aff Mon Sep 17 00:00:00 2001 From: sclamons Date: Sat, 11 Apr 2020 17:23:22 -0700 Subject: [PATCH] Minor or otherwise undocumented automated reinstallation push --- .travis.yml | 3 ++- README.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09de214..b29187e 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: -- "3.5" +- "3.6" - "3.7" +- "3.8" notifications: email: false diff --git a/README.rst b/README.rst index d23ce32..ecd6d95 100755 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Tools for Common Murray Lab Protocols ===================================== -Code for common tasks in the Murray lab. Supports Python 3 only. +Code for common tasks in the Murray lab. Supports Python >=3.6 only. Install with the following (probably requires sudo): ``pip install git+git://github.com/sclamons/murraylab_tools.git@master``