Skip to content

Commit

Permalink
Merge pull request #206 from SCM-NV/osx
Browse files Browse the repository at this point in the history
Deactivate Travis and run MacOs on GH actions
  • Loading branch information
felipeZ committed Jun 18, 2020
2 parents 0269cc9 + 2a7f84d commit 81a80ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 45 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
version: [3.7, 3.8]
os: [macos-latest, ubuntu-latest]
version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@master
- name: Install cp2k
- uses: actions/checkout@v2
- name: Optionally Install cp2k
if: matrix.os == 'ubuntu-latest'
run: sudo apt install cp2k
- name: Setup conda
uses: s-weigand/setup-conda@v1
Expand Down
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ def readme():
},
classifiers=[
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Chemistry'
Expand Down

0 comments on commit 81a80ba

Please sign in to comment.