Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala authored Jun 2, 2020
2 parents 3eee222 + 31f92b1 commit 7c56022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/lint.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ install:
- conda info -a
- conda create -q -n scikit-fem python=$TRAVIS_PYTHON_VERSION nomkl numpy scipy matplotlib ipython pip
- source activate scikit-fem
- pip install meshio dmsh scikit-sparse pacopy pygmsh pyamg
- pip install meshio dmsh scikit-sparse pacopy pygmsh pyamg flake8
script:
- python -m unittest discover
- flake8 skfem

jobs:
include:
Expand Down

0 comments on commit 7c56022

Please sign in to comment.