Skip to content

Commit a982da7

Browse files
committed
Create initial Travis CI configuration file
1 parent 93732f7 commit a982da7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "3.7"
4+
before_install:
5+
- sudo apt-get -y install libdbus-1-dev
6+
install:
7+
- pip install -r requirements.txt
8+
script: python -m unittest

0 commit comments

Comments
 (0)