Skip to content

Commit

Permalink
Bumped influxdb version for integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Jan 17, 2017
1 parent b411a51 commit 6c14fbe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- 3.5
- pypy
env:
- INFLUXDB_VERSION=1.1.0
- INFLUXDB_VERSION=1.1.1
before_install:
- pip install -U pip setuptools wheel
- wget https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb
Expand All @@ -25,9 +25,6 @@ script:
# Test integration with pure Python code
- find influxgraph -type f -name '*.so' -exec rm -f {} +
- nosetests --with-coverage --cover-package=influxgraph tests/test_influxdb_integration.py tests/test_influxdb_templates_integration.py
notifications:
email:
on_failure: change
services:
- memcached
- docker
Expand Down

0 comments on commit 6c14fbe

Please sign in to comment.