Skip to content

Commit

Permalink
travis template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 8, 2018
1 parent 75d1b1f commit 25ca2a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
@@ -1,24 +1,24 @@
# this also works great on osx, but I disabled osx to conserve Travis-CI resources.
language: python
fast_finish: true
sudo: required
dist: xenial
group: travis_latest

git:
depth: 3
quiet: true

python:
- 3.6
- 3.7-dev
- 3.7

os:
- linux
# - osx

group: travis_latest

#env:
# - TRAVIS_PYTHON_VERSION=3.6


git:
depth: 3

#before_install:
# - if [[ $TRAVIS_OS_NAME == osx ]]; then
# wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit 25ca2a1

Please sign in to comment.