summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Unify Vagrant and Travis-CI testsAnish Athalye2020-01-03
| | | | | | | | | | This patch makes the tests (including the test driver) run entirely inside Vagrant, which avoids calling the very slow `vagrant` driver many times for running the tests. On my machine, `./test` runs in 22 seconds, down from hundreds of seconds prior to this patch. This also has the nice side effect of matching how the Travis CI tests were run, so there's no need for a separate `test_travis` anymore.
* Add Python 3.8 to Travis testsAnish Athalye2020-01-03
|
* Remove explicit specification of environmentAnish Athalye2019-08-18
|
* Update Travis CI configAnish Athalye2019-08-18
| | | | | - Use Xenial for all tests - Drop support for Python 3.2 and Python 3.3
* Add Python 3.7 to Travis CI testsAnish Athalye2019-01-09
|
* Add tests for more Python versionsAnish Athalye2017-03-06
|
* Travis: use container-based infrastructureBenjamin Chrétien2016-01-18
|
* Move Travis CI test scriptAnish Athalye2016-01-16
|
* Add Travis CI supportBenjamin Chrétien2016-01-16
The test suite has been slightly modified to allow running tests without Vagrant on Travis.