Skip to content

Commit

Permalink
Merge 319e942 into ce315ec
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous authored Dec 17, 2019
2 parents ce315ec + 319e942 commit 4f7a3a9
Show file tree
Hide file tree
Showing 71 changed files with 6,236 additions and 4,791 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ build
dist
*.egg-info
docs/_build
.pytype
example.*
home.*
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: python
python:
- "2.7"
- "pypy"
- "3.7"
install:
- "pip install -r requirements-nodbus.txt"
- pip install coveralls
script:
- coverage run --source=cbus setup.py -q nosetests
- coverage run --source=cbus setup.py test
after_success:
- coveralls
197 changes: 0 additions & 197 deletions attic/scripts/cbusbot.py

This file was deleted.

Loading

0 comments on commit 4f7a3a9

Please sign in to comment.