Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 23, 2017
1 parent ef3f890 commit 56e98c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Expand Up @@ -10,8 +10,11 @@ LICENSE text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.f text eol=lf
*.for text eol=lf
*.f90 text eol=lf
*.md text eol=lf
*.rst text eol=lf
*.csv text eol=lf
*.m text eol=lf
*.grc text eol=lf
*.pas text eol=lf
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,10 +1,12 @@
language: generic
fast_finish: true

os:
- linux
- osx

env: TRAVIS_PYTHON_VERSION=3.6 FC=gfortran
env:
- FC=gfortran

notifications:
email: false
Expand Down Expand Up @@ -32,8 +34,8 @@ before_install:

- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda create -n test python=$TRAVIS_PYTHON_VERSION
- source activate test
# - conda create -n test python=$TRAVIS_PYTHON_VERSION
# - source activate test
- pip -q install coveralls

install:
Expand Down

0 comments on commit 56e98c4

Please sign in to comment.