summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Additional Travis-CI fixesRuss Allbery2019-09-02
| | | | | Only install the PIP packages for style checks with the GCC build. Mark the cache directory, which seems to be required.
* Add support for Python 3Russ Allbery2019-09-02
| | | | | | | | | The Python bindings now support Python 3. They have been tested only with Python 2.7 and Python 3.7, but should work with any version of Python 3 later than Python 3.1. Test both versions in Travis-CI and fix some problems with the Python coding style checks.
* Refactor Travis-CI tests, add Python coding style testsRuss Allbery2019-09-02
| | | | | | Move the install and test scripts out of .travis.yml to separate scripts in the ci directory. Run Python coding style tests (mypy, black, and flake8) as part of Travis-CI as well.
* Set C_TAP_VERBOSE properly for Travis-CIRuss Allbery2019-09-02
| | | | | The intent wasn't to create another build environment, but to set both environment variables. Use the correct syntax.
* Switch to setuptools and pytest for PythonRuss Allbery2019-09-02
| | | | | | | Switch from distutils to setuptools so that proper dependencies can be specified in setup.py. Require pytest and pytest-runner and set up an alias so that test runs pytest. Move the test script into the tests subdirectory so that it will be found by pytest.
* Enable verbose testing for Travis-CIRuss Allbery2019-09-02
|
* Add a copyright and license to .travis.ymlRuss Allbery2019-09-02
|
* Install cpanminus for Travis-CIRuss Allbery2019-09-02
|
* Update PHP package names for Travis-CIRuss Allbery2019-09-02
|
* Update Travis-CI handling of some Perl test librariesRuss Allbery2019-09-02
| | | | | | Perl::Critic has some issues being installed correctly on Travis-CI and Perl::Tidy needs to be up-to-date to get the latest formatting rules. Install them manually with cpanm in the Travis-CI setup.
* Bump Travis-CI distribution to bionicRuss Allbery2019-09-02
|
* Build with Clang too on Travis-CI, build PRsRuss Allbery2018-04-22
| | | | | | Also try building with Clang on Travis-CI. Build all branches except the Debian packaging branches and the old java branch so that Travis-CI will pick up pull requests.
* Add krb5-config to Travis-CI build dependenciesRuss Allbery2016-09-25
| | | | | | Required to run one of the tests, since we don't ship a stub krb5.conf file (and remctl is Kerberos-dependent enough that it makes sense to require Kerberos for testing).
* Fix command for Autotools bootstrapping in Travis-CIRuss Allbery2016-09-25
|
* Adjust Travis-CI dependencies for trustyRuss Allbery2016-09-25
|
* Fix the name of the Travis-CI configuration fileRuss Allbery2016-09-25