Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 9590a4d

Browse files
committed
fixing broken pypy test
1 parent f8bba58 commit 9590a4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
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

+1-1
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)