Skip to content

Commit

Permalink
Merge pull request #683 from ralphbean/drop-python2
Browse files Browse the repository at this point in the history
Drop support for Python 2.7.
  • Loading branch information
ralphbean committed Aug 3, 2019
2 parents 4c5c866 + f43cd60 commit 29e5a78
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ dist: xenial
python:
- "3.7"
- "3.6"
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install uuid-dev
Expand Down
2 changes: 1 addition & 1 deletion bugwarrior/docs/getting.rst
Expand Up @@ -6,7 +6,7 @@ Getting bugwarrior
Requirements
------------

To use bugwarrior, you need python 2.7 and taskwarrior. Upon installation, the
To use bugwarrior, you need python 3 and taskwarrior. Upon installation, the
setup script will automatically download and install missing python
dependencies.

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -15,7 +15,6 @@
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Bug Tracking",
"Topic :: Utilities",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,36}-jira{107,1010,200},py37-jira200
envlist = py36-jira{107,1010,200},py37-jira200

[testenv]
commands = python setup.py test
Expand Down

0 comments on commit 29e5a78

Please sign in to comment.