10000 Merge pull request #290 from influxdata/0_9_6_1 · marccardinal/influxdb-python@a6cafd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6cafd3

Browse files
committed
Merge pull request influxdata#290 from influxdata/0_9_6_1
Test with influxdb 0.9.6.1
2 parents 6a2ff7f + e31b36e commit a6cafd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ install:
1717
- pip install tox
1818
- pip install coveralls
1919
- mkdir influxdb_install
20-
- wget https://s3.amazonaws.com/influxdb/influxdb_0.9.4.1_amd64.deb
20+
- wget https://s3.amazonaws.com/influxdb/influxdb_0.9.6.1_amd64.deb
2121
- dpkg -x influxdb_*_amd64.deb influxdb_install
2222
script:
23-
- export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.4.1/influxd
23+
- export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.6.1/influxd
2424
- travis_wait 30 tox -e $TOX_ENV
2525
after_success:
2626
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi

0 commit comments

Comments
 (0)
0