Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 23, 2017
1 parent fbc1bc9 commit 6d20610
Show file tree
Hide file tree
Showing 2 changed files with 7 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
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,4 +1,5 @@
language: generic
fast_finish: true

os:
- linux
Expand All @@ -8,7 +9,7 @@ dist: trusty
group: edge

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


notifications:
Expand Down Expand Up @@ -40,8 +41,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 6d20610

Please sign in to comment.