Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove docker and appveyor configuration files
These weren't used by CI nor were they regularly tested. If somebody misses something, we can bring them back of course. This cleanup was triggered with the switch to pytest, and I wanted to remove everything that was present just for nosetest.
- Loading branch information
Showing
with
3 additions
and 195 deletions.
- +0 −73 .appveyor.yml
- +0 −2 .dockerignore
- +1 −10 .github/workflows/pythonpackage.yml
- +0 −84 Dockerfile
- +2 −16 Makefile
- +0 −10 dockernose.sh
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
@@ -68,13 +68,4 @@ jobs: | ||
run: | | ||
set -x | ||
pip install -r doc/requirements.txt | ||
make -C doc html |
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