Skip to content

Commit

Permalink
Drop support to Python 3.4
Browse files Browse the repository at this point in the history
pytest does not have the param function for its version available on
Python 3.4 and that is needed in order to xfail test data that is
related to bug. Also most of the current distros has Python 3.5+
installed.
  • Loading branch information
elyezer committed Jan 19, 2018
1 parent 7c5dccc commit 64a8d4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cache: pip
language: python
sudo: false
python:
- '3.4'
- '3.5'
- '3.6'
install:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Quality Assurance'
Expand Down

0 comments on commit 64a8d4e

Please sign in to comment.