Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Thenerdstation patch 1 #929

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ python:
install:
- pip install -r requirements.txt
- pip install -r requirements_travis.txt
- pip install pylint
- pip install pylint pytest-cov codecov
# command to run tests
script:
- pylint ./tensornetwork/
- pytype ./tensornetwork -x **/*_test.py
- pytest
- pytest --cov=./
- python3 setup.py build

after_success:
- codecov