From 8217f65e97af4421e0a0d575ac25670f00489741 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 15 Oct 2018 17:08:18 +0700 Subject: [PATCH] Do not test with Python 3.4 on Travis. --- .travis.yml | 1 - README.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 940ad1db..eb9ef803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ deploy: env: matrix: - - PYTHON_VERSION=3.4 - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 diff --git a/README.rst b/README.rst index 0f58de70..eaeb31d3 100644 --- a/README.rst +++ b/README.rst @@ -171,7 +171,7 @@ and homebrew: http://brew.sh/. .. code:: bash brew install python3 - mkvirtualenv gns3-server --python=/usr/local/bin/python3.4 + mkvirtualenv gns3-server --python=/usr/local/bin/python3.5 python3 setup.py install gns3server