Skip to content

Commit

Permalink
Merge aced523 into a23defe
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 24, 2018
2 parents a23defe + aced523 commit baab478
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -11,6 +10,7 @@ python:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pip --upgrade
- pip install pytest>=2.7.3 --upgrade

# command to run tests, e.g. python setup.py test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Output:
Compatibility
-------------

`Dominate` is compatible with both Python 2.7 and Python 3.3. There are known issues with Python 3.2 and below.
`Dominate` is compatible with both Python 2.7 and Python 3.4+.

[![Build Status](https://travis-ci.org/Knio/dominate.png?branch=master)](https://travis-ci.org/Knio/dominate)
[![Coverage Status](https://coveralls.io/repos/Knio/dominate/badge.png?branch=master)](https://coveralls.io/r/Knio/dominate?branch=master)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy',
Expand Down

0 comments on commit baab478

Please sign in to comment.