Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit f281c8c

Browse files
committed
Adjust test handling
1 parent 8d0792a commit f281c8c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ deploy:
99
on:
1010
tags: true
1111

12+
addons:
13+
apt:
14+
update: true
15+
1216
matrix:
1317
include:
1418
- python: 3.4

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ norecursedirs =
1010
.env
1111
venv
1212
migrations
13+
.eggs
1314
python_files =
1415
test_*.py
1516
*_test.py
@@ -20,11 +21,11 @@ addopts =
2021

2122
[flake8]
2223
max-line-length = 120
23-
exclude = .tox,.git,docs
24+
exclude = .tox,.git,docs,.eggs
2425

2526
[pycodestyle]
2627
max-line-length = 120
27-
exclude=.tox,.git,docs
28+
exclude=.tox,.git,docs,.eggs
2829

2930
[coverage:run]
3031
branch = True

0 commit comments

Comments
 (0)