Skip to content

Commit 2b78b9b

Browse files
author
Sebastian Wagner
committed
TST: disable travis build py 3.5 with requirements
1 parent 0e45d85 commit 2b78b9b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ matrix:
1515
env: mode=debian
1616
- python: 3.8
1717
env: mode=codestyle
18+
exclude:
19+
- python: 3.5
20+
env: requirements=true
1821
before_install:
1922
- if [[ -v requirements ]]; then curl -s -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.1-amd64.deb; fi
2023
- if [[ -v requirements ]]; then sudo dpkg -i --force-confnew elasticsearch-7.6.1-amd64.deb; fi

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ CHANGELOG
3333
### Packaging
3434

3535
### Tests
36+
- Travis: Deactivate tests with optional requirements on Python 3.5, as the build fails because of abusix/querycontacts version conflicts on dnspython.
3637

3738
### Tools
3839

0 commit comments

Comments
 (0)