Skip to content

Commit 2f9eb6e

Browse files
committed
FIX: asn1crypto 0.24 incompatible with Python <= 3.6
1 parent 2738689 commit 2f9eb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ before_install:
4848
- conda config --set always_yes yes --set changeps1 no
4949
- travis_retry conda update -q conda
5050
- conda config --add channels conda-forge
51-
- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu
51+
- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu asn1crypto=0.23
5252
- travis_retry pip install -r requirements.txt
5353
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
5454
pip install -e ${HOME}/pybids

0 commit comments

Comments
 (0)