Skip to content

Commit

Permalink
Update CI, versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Feb 28, 2020
1 parent 4cb6221 commit 030cc58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Expand Up @@ -5,15 +5,10 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy"
- "pypy3"
# Workaround for Travis CI, as 3.7 needs Xenial and sudo.
# See https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
Expand Down
2 changes: 1 addition & 1 deletion dominate/_version.py
@@ -1 +1 @@
__version__ = '2.4.0'
__version__ = '2.5.0'
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -49,6 +49,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_html.py
Expand Up @@ -8,7 +8,7 @@

def test_version():
import dominate
version = '2.4.0'
version = '2.5.0'
assert dominate.version == version
assert dominate.__version__ == version

Expand Down

0 comments on commit 030cc58

Please sign in to comment.