7 Commits (cb114b52869598db083bb553bc4baf42abbb0585)

Author SHA1 Message Date
zhiltsov-max acdf233796
Add coverage for python (#1483) 6 years ago
Nikita Manovich a5c3da1235
Cleanup Dockerfiles for CVAT (#1060)
* Replaced wget by curl

* Moved CI stuff into Dockerfile.ci

* Use docker-compose to run commnands inside docker (need environment variables)

* Added patool again (to support different archive formats)

* Roll back tensorflow version: 1.15 -> 1.13.1

Fixed https://github.com/opencv/cvat/issues/982
Fixed https://github.com/opencv/cvat/issues/1017

* datumaro install tensorflow 2.x now. It breaks automatic annotation
using TF.

* Follow redirects in curl (auto_segmentation)
6 years ago
Nikita Manovich 620526fb30
More env variables for travis build to fix coveralls (#583)
* Added TRAVIS_* env variables for coveralls.

* Add more environment variables inside docker-compose.ci.

TRAVIS and TRAVIS_PULL_REQUEST. First variable is important for node-coveralls.
See the code below:
  if (process.env.TRAVIS){
    options.service_name = 'travis-ci';
    options.service_job_id = process.env.TRAVIS_JOB_ID;
    options.service_pull_request = process.env.TRAVIS_PULL_REQUEST;
    git_commit = 'HEAD';
    git_branch = process.env.TRAVIS_BRANCH;
  }
7 years ago
Nikita Manovich 8d68df6172
Added TRAVIS_* env variables for coveralls. (#581) 7 years ago
EvgenyShashkin 8daf7158af Run functional tests for REST API during a build (#506)
* Run tests for REST API
* Added DJANGO_CONFIGURATION with value "testing"
* Fixed crash of python tests
* Update .travis.yml
* Update CHANGELOG.md
* Removed --settings option
7 years ago
Andrey Zhavoronkov a5a9b0a019 used network: host option (workaround for (#443)
https://www.traviscistatus.com/incidents/kyf149kl6bvp issue)
7 years ago
DanVev 70547af5a4 CI tool integration (#244)
* Create travis.yml
* Create docker-compose-ci.yml
* Update README.md
* Update CONTRIBUTORS.md
7 years ago