Do not test with Python 3.4 on Travis.

This commit is contained in:
grossmj 2018-10-15 17:08:18 +07:00
parent de5934f818
commit 8217f65e97
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ deploy:
env:
matrix:
- PYTHON_VERSION=3.4
- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7

View File

@ -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