Skip to content

Commit af459a8

Browse files
committed
tst: fix travis file
1 parent 08ec2b3 commit af459a8

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
@@ -37,7 +37,7 @@ before_install:
3737
conda config --add channels conda-forge &&
3838
conda install python=${TRAVIS_PYTHON_VERSION} &&
3939
conda install -y icu &&
40-
pip install -r requirements.txt &&; }
40+
pip install -r requirements.txt; }
4141
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi
4242
- travis_retry apt_inst
4343
- travis_retry conda_inst

0 commit comments

Comments
 (0)