Skip to content

Commit 7d924d5

Browse files
xginn8aviau
authored andcommitted
Unpin setuptools to fix travis (influxdata#674)
* Unpin setuptools to fix travis Signed-off-by: Matthew McGinn <mamcgi@gmail.com> * Add some ignores for new flake8 tests Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
1 parent d370895 commit 7d924d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131

3232
install:
3333
- pip install tox-travis
34-
- pip install setuptools==20.6.6
34+
- pip install setuptools
3535
- pip install coveralls
3636
- mkdir -p "influxdb_install/${INFLUXDB_VER}"
3737
- if [ -n "${INFLUXDB_VER}" ] ; then wget "https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VER}_amd64.deb" ; fi

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands = nosetests -v --with-doctest {posargs}
1515
deps =
1616
flake8
1717
pep8-naming
18-
commands = flake8 influxdb
18+
commands = flake8 --ignore=W503,W504,W605,N802,F821 influxdb
1919

2020
[testenv:pep257]
2121
deps = pydocstyle

0 commit comments

Comments
 (0)