Skip to content

Commit

Permalink
TST: Test against python-dateutil master (#16648)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored and jreback committed Jun 14, 2017
1 parent 2e24a8f commit a43dcf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/requirements-3.6_NUMPY_DEV.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
python=3.6*
python-dateutil
pytz
cython
3 changes: 3 additions & 0 deletions ci/requirements-3.6_NUMPY_DEV.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ pip uninstall numpy -y
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy

# install dateutil from master
pip install -U git+git://github.com/dateutil/dateutil.git

true

0 comments on commit a43dcf9

Please sign in to comment.