Skip to content

Commit 0fbd25d

Browse files
authored
Update CONTRIBUTING.md
1 parent ba09a10 commit 0fbd25d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ Contributing to PySCIPOpt
33

44
Code contributions are very welcome and should comply to a few rules:
55

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)
6+
1. Read [Design principles of PySCIPOpt](#design-principles-of-pyscipopt).
117

128
2. New features should be covered by tests *and* examples. Please
139
extend [tests](tests) and [examples](examples). Tests uses pytest

0 commit comments

Comments
 (0)