Skip to content

Commit

Permalink
Rebase to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Apr 16, 2020
1 parent 8706924 commit 4f7cfbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 56 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/fmu-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['2.7', '3.6', '3.7', '3.8']
FMU_CONCURRENCY: ["True", "False"]
python-version: ["2.7", "3.6", "3.7", "3.8"]
exclude:
- python-version: "2.7"
FMU_CONCURRENCY: "True"

steps:
- name: Checkout commit locally
Expand Down
55 changes: 0 additions & 55 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
history = history_file.read()

REQUIREMENTS = [
"concurrent; python_version >= '3'",
"libecl",
"numpy",
"pandas>0.23.0",
Expand Down

0 comments on commit 4f7cfbb

Please sign in to comment.