Skip to content

Commit

Permalink
Corrected C extension imports. Updated setup.py and travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Mar 16, 2017
1 parent a654fd2 commit e43b2db
Show file tree
Hide file tree
Showing 5 changed files with 812 additions and 862 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ python:
- pypy
env:
- INFLUXDB_VERSION=1.2.0
allow_failures:
- python: 2.6
matrix:
allow_failures:
- python: 2.6
before_install:
- pip install -U pip setuptools wheel
- wget https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb
Expand Down
Loading

0 comments on commit e43b2db

Please sign in to comment.