summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Only run Travis on master branch, not on export-DXXXXX branches. (#16628)Edward Yang1-0/+3
2019-01-18fix for clang-tidy (#16164)Michael Suo1-6/+0
2018-12-27Revert D13552080: [pytorch][PR] add clang-format check to CIMichael Suo1-9/+1
2018-12-26add clang-format check to CI (#15543)Michael Suo1-1/+9
2018-12-18add whitelisted clang-format checks (#15254)Michael Suo1-1/+2
2018-11-27Add variable_factories.h to cppdocs (#14381)Peter Goldsborough1-1/+4
2018-10-23Fix clang-tidy 404 in TravisPeter Goldsborough1-3/+3
2018-10-03Enable clang-tidy in CI (#12213)Peter Goldsborough1-0/+9
2018-09-18Polish CPP docs, Minor Python Docs Fixes (#11722)sven1-1/+1
2018-09-05Check doxygen output in travis (#11124)Peter Goldsborough1-0/+3
2018-07-27Travis CI: Run flake on Python 2.7 and 3.7 (#9953)cclauss1-0/+6
2018-02-23Change output_declarations in function_wrapper.py to be a NamedTuple (#5312)Richard Zou1-2/+1
2018-02-08Initial type hints for function_wrapper (#4947)Richard Zou1-1/+6
2018-01-11Fix errors in travis configAdam Paszke1-1/+0
2017-12-24remove CPU builds from Travis, as they are now covered by JenkinsSoumith Chintala1-32/+0
2017-12-21Batchnorm in ATen (#4285)Edward Z. Yang1-1/+1
2017-11-02use valgrind to make aten test passZach DeVito1-5/+4
2017-11-02enable ATen in the travis build tests.Zach DeVito1-0/+1
2017-09-05.travis.yml cleanupEdward Z. Yang1-6/+1
2017-09-05ToffeeIR CI hotfixEdward Z. Yang1-0/+6
2017-09-05Toffee graph exporting for PyTorch.Edward Z. Yang1-0/+2
2017-07-28Replace thpp::Tensor with ATen Tensor in autograd csrc (#2170)Trevor Killeen1-8/+7
2017-07-27Opt into Trusty builds. (#2214)Edward Z. Yang1-1/+2
2017-03-01added initialization schemes in torch.nn.init (#833)Alykhan Tejani1-1/+2
2017-02-27[Lint] Use flake8 instead of pep8Luke Yeager1-2/+2
2017-01-28[pep8] Fix most lint automatically with autopep8Luke Yeager1-1/+1
2017-01-28Fix travis builds and add ccacheAdam Paszke1-4/+13
2017-01-25Check setup.py for pep8 lint on TravisCILuke Yeager1-0/+6
2016-12-25removing 3.3 and 3.4 from travis buildSoumith Chintala1-2/+0
2016-09-08Make travis use run_test.shAdam Paszke1-4/+1
2016-08-19Add tests for new modulesAdam Paszke1-0/+2
2016-08-16Fix <3.5 compatibility and travis configurationAdam Paszke1-4/+12
2016-08-16adding requirements.txtSoumith Chintala1-1/+2
2016-08-16adding travis yamlSoumith Chintala1-0/+26