summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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