Browse Source

Added support for Travis CI.

pyserial_fix
Scott Petersen 7 years ago
parent
commit
e8fef649ca
1 changed files with 8 additions and 0 deletions
  1. +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

Loading…
Cancel
Save