Browse Source

update .travis.yml.

v0.1
jajupmochi 5 years ago
parent
commit
f60bc617e2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -7,8 +7,10 @@ before_install:


install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install wheel


script: script:
- python setup.py bdist_wheel
- coverage run tests/tests_tools.py - coverage run tests/tests_tools.py


after_success: after_success:


Loading…
Cancel
Save