Skip to content

Commit

Permalink
installation: remove Python <3.5
Browse files Browse the repository at this point in the history
* Closes #56.
  • Loading branch information
Diego Rodriguez committed May 6, 2020
1 parent 57aa893 commit fb698c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ sudo: false
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

matrix:
allow_failures:
- python: 3.8

env:
- REQUIREMENTS=lowest
Expand Down Expand Up @@ -50,7 +53,6 @@ deploy:
password:
secure: sX/eAcV9W9vCW4fa7rL+mQ0RP9zbhM3LQzQf/A+VW56gdctBA4Ew4FxHYH0QabdZF6Bzq/TQpAQSeSqzZAu3bTBGycMhWBis5z7tIpsUthmab2UDFGKtrlnF5M0u8ZoRlccQ1RNI0FNWF8puB/siCAIZ8/Krl/cwZwFbULAbem3OHAq0Ci3yLnm0STDvjFVo1QfWI40S/JH6uSrZUfTQZnfiDoO7h4nadf9EhKqqVhC5t4QZ5FYLO+iKtfq9IaNLD9iIscDtNCJ1kWqcW33vs84swDe0P0QqDk5WtAhE/MZvfqroeCzUVvX5rkfvUuzxauc8v9GnoLfmgWvCSZZthJ3A58bMKsYFPqviUkyWj9IzRcWa/saFHnZbabaCDXhO59dF/bmxEdNnZnch7hUjWG/IZ7aYUhj1zkkbVnzLoNn0ByBJdFl0q84/ue92x3VUuiR9jy2q//HZN3INr0jsMNikmqg6JwFRH0SGWzVLFUWoLwYe0pr8eXYRh+gL/ShZZ97t8AWcIRiQoJu8K1wFaq0BK1sOQbl637//cq95s4GSauwBhSwxQcFPNhzsp+6Ac70pIYiakeY2Ri/t8hjEFAVW/Z7DTbJ5GCv8Gr8IyhHat6/H3XS58Fw5kPDJrezglOwrxcO+lJecGB7q5WKDC6zxtvw2Ze20HCH/EbaZVtM=
distributions: "sdist bdist_wheel"
skip_existing: true
on:
tags: true
python: "2.7"
condition: $REQUIREMENTS = release
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,8 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit fb698c5

Please sign in to comment.