.travis/run.sh: re-run the xml-related tests also without lxml

This commit is contained in:
Cosimo Lupo 2018-10-18 15:47:42 +01:00
parent 88b6688fbd
commit a869f56a5f
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -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