Skip to content

Commit

Permalink
Migrate to python3 + cleanup (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman authored and marco-c committed May 21, 2019
1 parent 72322f1 commit a941d4f
Show file tree
Hide file tree
Showing 51 changed files with 296 additions and 2,240 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
*.pyc
*~
.DS_Store
build/
bztools.egg-info/
dist/
queries/
scripts/configs/config.json
auto_nag/scripts/configs/*
!auto_nag/scripts/configs/tools.json
Expand All @@ -18,3 +14,5 @@ venv3/
db/*
!db/lock
cache/
.coverage
.tox/
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: required
dist: xenial
language: python
env:
- TOX_ENV=py27
- TOX_ENV=py37
python:
- "2.7"
- "3.7"

install:
- travis_retry pip install -r requirements-test.txt
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

19 changes: 0 additions & 19 deletions auto_nag/bugzilla/__init__.py

This file was deleted.

63 changes: 0 additions & 63 deletions auto_nag/bugzilla/agents.py

This file was deleted.

23 changes: 0 additions & 23 deletions auto_nag/bugzilla/fields.py

This file was deleted.

0 comments on commit a941d4f

Please sign in to comment.