Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
Merged
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: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@ jobs:
if: tag IS blank
python: 3.8
script: stestr --test-path test/optimization run
- name: "Run pip check"
<<: *stage_dependencies
if: tag IS blank
script:
- pip install cvxopt
- pip install https://github.com/rpmuller/pyquante2/archive/master.zip --progress-bar off
- pip check
- stage: Coverage
name: "Combine all coverages and upload to Coveralls"
if: tag IS blank
Expand Down