Skip to content

Commit 4331ff1

Browse files
author
Matthew Chan
committed
fixed travis syntax
1 parent 34e8033 commit 4331ff1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ language: generic
2222
os:
2323
- linux
2424
- osx
25-
osx_image: xcode8.3
2625
dist: trusty
2726
sudo: false
2827

@@ -115,9 +114,8 @@ install:
115114
- conda install -q python=${MYCONDAPY} anaconda-client
116115
- export CONDA_PY=${MYCONDAPY//./}
117116
- if [[ ! $TRAVIS_TAG ]]; then
118-
conda install -q ${CONDA_DEPENDENCIES}
119-
# Install more recent stuff with pip
120-
pip install --upgrade pylint codecov coverage pycodestyle pydocstyle
117+
conda install -q ${CONDA_DEPENDENCIES};
118+
pip install --upgrade pylint codecov coverage pycodestyle pydocstyle;
121119
fi
122120
# Show conda info for debugging
123121
- conda info -a

0 commit comments

Comments
 (0)