Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.

This commit is contained in:
Dan Helfman
2018-04-09 20:34:59 -07:00
parent e608b7924a
commit 61033bb4e5
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@
* Support for Borg --prefix option for consistency checks via "prefix" option in borgmatic's
consistency configuration.
* Add introductory screencast link to documentation.
* Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.
1.1.15
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.