Skip to content

Commit a97599c

Browse files
author
brentru
committed
travis4
1 parent ee204d3 commit a97599c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ python:
99
cache:
1010
pip: true
1111

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
1612

1713
install:
1814
- python setup.py install
1915
- pip install pylint Sphinx sphinx-rtd-theme
2016
- pip install .
2117

2218
script:
23-
# clone fresh
24-
- cd home/travis/build/adafruit/io-client-python/tests
19+
- git clone https://github.com/adafruit/io-client-python.git
20+
- cd io-client-python/tests
21+
- git checkout api-v2
2522
- python -m unittest discover
26-
# build library docs
2723
- cd docs && sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)