We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee204d3 commit a97599cCopy full SHA for a97599c
.travis.yml
@@ -9,19 +9,15 @@ python:
9
cache:
10
pip: true
11
12
-before_install:
13
- - git clone https://github.com/adafruit/io-client-python.git
14
- - cd io-client-python/tests
15
- - git checkout api-v2
16
17
install:
18
- python setup.py install
19
- pip install pylint Sphinx sphinx-rtd-theme
20
- pip install .
21
22
script:
23
- # clone fresh
24
- - cd home/travis/build/adafruit/io-client-python/tests
+ - git clone https://github.com/adafruit/io-client-python.git
+ - cd io-client-python/tests
+ - git checkout api-v2
25
- python -m unittest discover
26
- # build library docs
27
- cd docs && sphinx-build -E -W -b html . _build/html
0 commit comments