[tor-commits] [sbws/master] Remove support for python 3.4 also in travis

pastly at torproject.org pastly at torproject.org
Thu Aug 9 14:21:20 UTC 2018


commit 10cda4bfdff1b777f5005ce9f5a433290aafa216
Author: juga0 <juga at riseup.net>
Date:   Fri Aug 3 13:16:41 2018 +0000

    Remove support for python 3.4 also in travis
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8d328d4..5a551d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 sudo: true
 language: python
 python:
-  - "3.4"
   - "3.5"
   - "3.6"
 install: pip install tox-travis





More information about the tor-commits mailing list