We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba09a10 commit 0fbd25dCopy full SHA for 0fbd25d
CONTRIBUTING.md
@@ -3,11 +3,7 @@ Contributing to PySCIPOpt
3
4
Code contributions are very welcome and should comply to a few rules:
5
6
-0. Read [Design principles of PySCIPOpt](#design-principles-of-pyscipopt).
7
-1. ## This is currently in transition to the github-actions workflow, integration tests have been setup for linux.
8
- - All tests defined in the Continuous Integration setup need to pass:
9
- - [.travis.yml](../../.travis.yml)
10
- - [appveyor.yml](../../appveyor.yml)
+1. Read [Design principles of PySCIPOpt](#design-principles-of-pyscipopt).
11
12
2. New features should be covered by tests *and* examples. Please
13
extend [tests](tests) and [examples](examples). Tests uses pytest
0 commit comments