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 6579078 commit 909afb7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: generic
fast_finish: true

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

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

notifications:
email: false
Expand Down Expand Up @@ -35,8 +37,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 909afb7

Please sign in to comment.