-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`tox -e coqXX-py36` is supposed to use Nix to run the Coq tests locally with version `XX`, but at some point, this was broken by changing how Coqtail locates Coq executables. The CI didn't catch it because it uses `tox -e coq-py36`, which just uses whatever version is currently installed. The solution is to have the test harness pass the `COQBIN` environment variable to `Coqtop.start`.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters