Skip to content

Commit

Permalink
Merge pull request SMTorg#307 from relf/ci-py39
Browse files Browse the repository at this point in the history
Add py39 test in CI
  • Loading branch information
relf authored Apr 20, 2021
2 parents 129aa9b + a591546 commit 13e4384
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8']
python-version: ['3.7', '3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand Down
63 changes: 0 additions & 63 deletions .travis.yml

This file was deleted.

35 changes: 0 additions & 35 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion smt/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def setUp(self):
e_errors["KPLSK"] = 1e-2
e_errors["MGP"] = 2e-2
e_errors["GEKPLS"] = 2e-2
e_errors["GENN"] = 1e-2
e_errors["GENN"] = 2e-2
if compiled_available:
e_errors["IDW"] = 1e0
e_errors["RBF"] = 1e0
Expand Down

0 comments on commit 13e4384

Please sign in to comment.