Browse Source

More work on Travis.

pyserial_fix
Scott Petersen 7 years ago
parent
commit
930fe3597a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -3,6 +3,7 @@ python:
- 2.7 - 2.7
- 3.6 - 3.6
install: install:
- pip install -r requirements.txt
- pip install nose - pip install nose
script: script:
- nosetests - nosetests

Loading…
Cancel
Save