Skip to content

Commit

Permalink
Added dateutil to conda install on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent 2baa231 commit 91c9284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

# Install dependencies
- activate test-environment
- "conda install -q -c conda-forge pyside pyinstaller pytest requests numpy=%NUMPY_VERSION%"
- "conda install -q -c conda-forge pyside pyinstaller pytest requests dateutil numpy=%NUMPY_VERSION%"

# Add to path the current folder
#- "SET PYTHONPATH=%PYTHONPATH%;%CD%"
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda update -q conda
conda install -n -q root _license
conda info -a
conda config --add channels conda-forge
conda create -q -n test-environment python=$PYTHON_VERSION pyside pyinstaller requests conda-build anaconda-client numpy=$NUMPY_VERSION
conda create -q -n test-environment python=$PYTHON_VERSION pyside pyinstaller requests dateutil conda-build anaconda-client numpy=$NUMPY_VERSION
source activate test-environment

pip install --upgrade pip
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
- sphinx-rtd-theme
- pytest-cov
- matplotlib
- requests
- dateutil
- pip:
- sphinx-prompt
- pydocstyle
Expand Down

0 comments on commit 91c9284

Please sign in to comment.