.travis/run.sh: re-run the xml-related tests also without lxml
This commit is contained in:
parent
88b6688fbd
commit
a869f56a5f
@ -8,3 +8,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||
fi
|
||||
|
||||
tox
|
||||
|
||||
# re-run all the XML-related tests, this time without lxml but using the
|
||||
# built-in ElementTree library.
|
||||
tox -e ${TOXENV:-py}-nolxml -- Tests/ufoLib Tests/misc/etree_test.py Tests/misc/plistlib_test.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user