summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen <b-schaefer@posteo.de>2020-03-02 17:30:51 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-08 00:35:40 +0100
commitf6ef81ccc052902a7b8dfa33d24af5c70ac08657 (patch)
treeab0f02ba3687c053bd0c8e4f11d2a862247ac5b4 /.travis.yml
parentFreeStyle: fix keepalive message handling for non-Libre devices. (diff)
downloadglucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.gz
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.bz2
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.lz
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.xz
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.zst
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.zip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fe3eb6a..3f76cf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,15 +3,16 @@ dist: xenial
language: python
python:
- - 3.5
- 3.6
- 3.7
- 3.8-dev
install:
- - pip install -r test-requirements.txt
+ - pip install .[dev]
script:
- py.test
- python setup.py bdist_wheel
- pip install ./dist/glucometerutils-*.whl
+ - pre-commit install
+ - pre-commit run --all-files