Skip to content

Commit c8bb007

Browse files
committed
include cython in test requirements
1 parent a9cfa56 commit c8bb007

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements_test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
coverage
22
coveralls
3+
cython
34
flake8
45
h5py
56
msgpack-python

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ deps =
3737
py36-npy113: numpy==1.13.3
3838
py36-npy114: numpy==1.14.6
3939
py27,py35,py36-npy115,py37: -rrequirements_dev_npy.txt
40-
-rrequirements_dev.txt
4140
-rrequirements_test.txt
41+
-rrequirements_dev.txt
4242
# linux only
4343
-rrequirements_dev_optional.txt
4444

0 commit comments

Comments
 (0)