commit 257b549d5545604114f0ac4047ce009955ac0c0e Author: Philipp Winter phw@nymity.ch Date: Mon Jan 27 16:02:57 2020 -0800
Change Travis's Python version to 3.7.
We won't be supporting Python 2 anymore, so we may as well drop it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index c0499b0..e57481d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ notifications: on_failure: change
python: - - "2.7" + - "3.7"
addons: hosts:
tor-commits@lists.torproject.org