mirror of
https://github.com/cmur2/python-veml6070.git
synced 2024-12-21 14:54:23 +01:00
travis: fix build config validation problems
- https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
This commit is contained in:
parent
40bdf7fd6a
commit
4128233d0d
22
.travis.yml
22
.travis.yml
@ -1,13 +1,13 @@
|
||||
---
|
||||
sudo: false
|
||||
os: linux
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.7"
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.7"
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: "3.4"
|
||||
@ -15,12 +15,12 @@ matrix:
|
||||
- python: "3.7"
|
||||
|
||||
env:
|
||||
- PIPENV_VERBOSITY=-1
|
||||
- PIPENV_VERBOSITY=-1
|
||||
|
||||
install:
|
||||
- pip install --upgrade pipenv
|
||||
- pipenv install --dev
|
||||
- pip install --upgrade pipenv
|
||||
- pipenv install --dev
|
||||
|
||||
script:
|
||||
- pylint veml6070
|
||||
- pytest
|
||||
- pylint veml6070
|
||||
- pytest
|
||||
|
Loading…
Reference in New Issue
Block a user