Skip to content

Commit

Permalink
Fixed dependency to python-dateutil b/c TravisCI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent 9297c50 commit cea6772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 dateutil numpy=%NUMPY_VERSION%"
- "conda install -q -c conda-forge pyside pyinstaller pytest requests python-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 dateutil conda-build anaconda-client numpy=$NUMPY_VERSION
conda create -q -n test-environment python=$PYTHON_VERSION pyside pyinstaller requests python-dateutil conda-build anaconda-client numpy=$NUMPY_VERSION
source activate test-environment

pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest-cov
- matplotlib
- requests
- dateutil
- python-dateutil
- pip:
- sphinx-prompt
- pydocstyle
Expand Down

0 comments on commit cea6772

Please sign in to comment.