Skip to content

Commit

Permalink
Travis: skip sys-dependent builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent 4434a57 commit 4f6ef58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
global:
# Note: TWINE_PASSWORD is set in Travis settings
- TWINE_USERNAME=geostatframework
# skip py27 (EOL)
- CIBW_BUILD="cp35-* cp36-* cp37-*"
# on py36 tests
- CIBW_BUILD="cp36-*"
- CIBW_SKIP="*-win32 *-manylinux_i686"
# update setuptools to latest version
- CIBW_BEFORE_BUILD="pip install -U setuptools"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ogs5py.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_pump(self):
)
self.model.write_input()
self.success = self.model.run_model(ogs_exe=self.ogs_exe)
# self.assertTrue(self.success)
self.assertTrue(self.success)
self.point = self.model.readtec_point(pcs="GROUNDWATER_FLOW")
self.time = self.point["owell"]["TIME"]
self.head = self.point["owell"]["HEAD"]
Expand Down

0 comments on commit 4f6ef58

Please sign in to comment.