Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wgxli committed Jul 24, 2020
1 parent b856c2a commit 3a2e2b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python
dist: bionic
services:
- docker
python:
- '3.6'
- '3.7'
Expand All @@ -13,7 +15,7 @@ install:
- docker exec build pip3 install coverage
script:
- docker exec -w /simple-fhe build coverage run --branch -m unittest discover tests
- docker cp build:/simple-fhe/* .
- ls
- docker cp build:/simple-fhe/.coverage .
- ls -la
after_success:
- coveralls

0 comments on commit 3a2e2b5

Please sign in to comment.