Skip to content

Commit a43dcf9

Browse files
TomAugspurgerjreback
authored andcommitted
TST: Test against python-dateutil master (pandas-dev#16648)
1 parent 2e24a8f commit a43dcf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/requirements-3.6_NUMPY_DEV.build

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
python=3.6*
2-
python-dateutil
32
pytz
43
cython

ci/requirements-3.6_NUMPY_DEV.build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ pip uninstall numpy -y
1111
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
1212
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy
1313

14+
# install dateutil from master
15+
pip install -U git+git://github.com/dateutil/dateutil.git
16+
1417
true

0 commit comments

Comments
 (0)