Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 25, 2019
1 parent 5e9a7b9 commit 2f986b4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
omit =
src/ormex/tests/*
src/ormex/aggregations/group_concat/django_lte_1_9.py
example/simple/settings/*
example/simple/wsgi.py
.tox/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ matrix:
install: pip install -r examples/requirements/test.txt

before_script:
- sleep 10
- sleep 1

script: travis_retry tox -e $TOX_ENV

Expand Down
2 changes: 0 additions & 2 deletions src/ormex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2017-2020 Artur Barseghyan'
__license__ = 'GPL-2.0-only OR LGPL-2.1-or-later'
__all__ = ('default_app_config',)

default_app_config = 'ormex.apps.Config'
21 changes: 0 additions & 21 deletions src/ormex/apps.py

This file was deleted.

0 comments on commit 2f986b4

Please sign in to comment.