Skip to content

Commit c086c1e

Browse files
authored
Merge pull request influxdata#529 from xginn8/master
fixing broken pypy test
2 parents d671822 + d544fae commit c086c1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

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

3232
install:
3333
- pip install tox
34+
- pip install setuptools==20.6.6
3435
- pip install coveralls
3536
- mkdir influxdb_install
3637
- wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.4_amd64.deb

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nose
22
nose-cov
33
mock
4-
requests-mock
4+
requests-mock

0 commit comments

Comments
 (0)