Skip to content
Snippets Groups Projects
Commit e8443972 authored by arigdon-usgs's avatar arigdon-usgs
Browse files

added icu to test environment for travis ci python 3.5 build

parent 2adbd601
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ before_install:
- conda info -a
install:
- conda config --add channels conda-forge
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl nose flake8 coverage webtest
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl nose flake8 coverage webtest 'icu=58.*'
- source activate test-environment
script:
- flake8 --config=.flake8 bin/ geomagio/ test/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment