Skip to content

Commit

Permalink
version 1.3.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Jul 23, 2020
1 parent 06881d8 commit 3331862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ language: python
dist: xenial

python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- 'pypy3'

env:
- DJANGO="django>=2.0,<2.1"
- DJANGO="django>=2.1,<2.2"
- DJANGO="django>=2.2,<2.2.8"
- DJANGO="django>=2.2.8,<3.0"
- DJANGO="django>=3.0,<3.1"
Expand All @@ -29,14 +26,6 @@ script:

matrix:
exclude:
- python: "3.4"
env: DJANGO="django>=2.1,<2.2"
- python: "3.4"
env: DJANGO="django>=2.2,<2.2.8"
- python: "3.4"
env: DJANGO="django>=2.2.8,<3.0"
- python: "3.4"
env: DJANGO="django>=3.0,<3.1"
- python: "3.5"
env: DJANGO="django>=3.0,<3.1"
- python: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-easy-audit',
version='1.3.0a2',
version='1.3.0a3',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 3331862

Please sign in to comment.