File tree 2 files changed +3
-2
lines changed
Filter options
2 files changed +3
-2
lines changed
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ install:
15
15
- mkdir influxdb_install
16
16
- wget https://s3.amazonaws.com/influxdb/influxdb_0.9.2_amd64.deb
17
17
- dpkg -x influxdb_*_amd64.deb influxdb_install
18
- - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.2/influxd
19
18
script :
19
+ - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.2/influxd
20
20
- travis_wait 30 tox -e $TOX_ENV
21
21
after_success :
22
22
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
Original file line number Diff line number Diff line change 2
2
envlist = py34, py27, pypy, flake8
3
3
4
4
[testenv]
5
+ passenv = INFLUXDB_PYTHON_INFLUXD_PATH
6
+ setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS =False
5
7
deps = -r{toxinidir}/requirements.txt
6
8
-r{toxinidir}/test-requirements.txt
7
9
py27,py32,py33,py34: pandas
8
10
# Only install pandas with non-pypy interpreters
9
11
commands = nosetests -v --with-doctest {posargs}
10
12
11
13
[testenv:flake8]
12
- setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS =False
13
14
deps =
14
15
flake8
15
16
pep8-naming
You can’t perform that action at this time.
0 commit comments