mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
Remove .travis.yml
This commit is contained in:
parent
9855b10969
commit
191dc9e115
24
.travis.yml
24
.travis.yml
@ -1,24 +0,0 @@
|
|||||||
language: python
|
|
||||||
sudo: false
|
|
||||||
cache: pip
|
|
||||||
|
|
||||||
git:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- python: "2.7"
|
|
||||||
env: TOXENV=py27
|
|
||||||
- python: "3.5"
|
|
||||||
env: TOXENV=py35
|
|
||||||
- python: "2.7"
|
|
||||||
env: TOXENV=py27
|
|
||||||
|
|
||||||
install:
|
|
||||||
- pip install --ignore-installed --upgrade setuptools pip tox coveralls
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cd library
|
|
||||||
- tox -vv
|
|
||||||
|
|
||||||
after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
|
|
Loading…
Reference in New Issue
Block a user