commit:     4eba9670aaa04c6325d8ba8f55a6d7795e58104b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 14:30:34 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 21:41:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=4eba9670

.travis.yml: Drop python3.3 testing

Closes: https://github.com/gentoo/portage/pull/172
Acked-by: Brian Dolbec <dolsen <AT> gentoo.org>

 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 196e3520a..20078530e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: python
 python:
     - 2.7
-    - 3.3
     - 3.4
     - 3.5
     - 3.6
@@ -14,8 +13,7 @@ install:
     # (except for pypy where pysha3 is broken)
     - "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] || ${TRAVIS_PYTHON_VERSION} == 
pypy ]] || pip install pysha3"
     # always install pygost for Streebog
-    # (except for py3.3 which it does not support)
-    - "[[ ${TRAVIS_PYTHON_VERSION} == 3.3 ]] || pip install pygost"
+    - pip install pygost
 
 script:
     - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg

Reply via email to