summaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-24 02:12:02 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-24 02:12:02 (GMT)
commit3d698e0c3f03349573eba8c0d19f3984a5d53dbf (patch)
treeeac10ef2d37af1ddac2a4730c0b6ef592b516344 /.travis/install.sh
parentcadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1 (diff)
downloadSCons-3d698e0c3f03349573eba8c0d19f3984a5d53dbf.zip
SCons-3d698e0c3f03349573eba8c0d19f3984a5d53dbf.tar.gz
SCons-3d698e0c3f03349573eba8c0d19f3984a5d53dbf.tar.bz2
[ci skip] fix typo
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 93e446e..601a74f 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -53,7 +53,7 @@ else
# for ubuntu 20.04 needed this as well
sudo apt install libxslt1-dev
- # then use git versions of cythong and lxml (lxml's cython build uses xslt1-config which is why the above was needed)
+ # then use git versions of cython and lxml (lxml's cython build uses xslt1-config which is why the above was needed)
pip install git+https://github.com/cython/cython.git@0.29.x
pip install git+https://github.com/lxml/lxml.git
fi