8000
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 333b60b commit e31b36eCopy full SHA for e31b36e
.travis.yml
@@ -17,10 +17,10 @@ install:
17
- pip install tox
18
- pip install coveralls
19
- mkdir influxdb_install
20
- - wget https://s3.amazonaws.com/influxdb/influxdb_0.9.4.1_amd64.deb
+ - wget https://s3.amazonaws.com/influxdb/influxdb_0.9.6.1_amd64.deb
21
- dpkg -x influxdb_*_amd64.deb influxdb_install
22
script:
23
- - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.4.1/influxd
+ - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.6.1/influxd
24
- travis_wait 30 tox -e $TOX_ENV
25
after_success:
26
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
0 commit comments