This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added support for Travis CI.
pyserial_fix
Scott Petersen
7 years ago
parent
d665d4286f
commit
e8fef649ca
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.travis.yml
+ 8
- 0
.travis.yml
View File
@@ -0,0 +1,8 @@
language: python
python:
- 2.7
- 3.6
install:
- pip install nose
script:
- nosetests
Write
Preview
Loading…
Cancel
Save