commit 8a7a0fca4d389fc70fcbd25a569e706552c7088c Author: Daniel Swanson Date: Fri Jun 4 14:52:24 2021 -0500 .gitignore cleanup and darn it yaml! diff --git a/.gitignore b/.gitignore index 95e0253..7f5b72f 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ /lttoolbox/lt-expand /python/Makefile /python/Makefile.in +/python/lttoolbox.i /python/lttoolbox_wrap.cpp /python/lttoolbox.py /python/setup.py @@ -80,5 +81,4 @@ *.egg-info/ *.egg **/.mypy_cache/ - *~ diff --git a/.travis.yml b/.travis.yml index 8efb7ed..68b3f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ compiler: addons: homebrew: packages: - - icu4c + - icu4c before_install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y swig; else brew install swig; fi