Skip to content

Commit

Permalink
Merge pull request #33 from ocefpaf/update_travisci
Browse files Browse the repository at this point in the history
Add python 3.6...
  • Loading branch information
bjlittle authored May 30, 2018
2 parents e2637e3 + 3dd129c commit 8860726
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python

python:
- 2.7
- 3.6

install:
# Install miniconda
Expand All @@ -21,13 +22,9 @@ install:
- conda config --set show_channel_urls True
- conda update --quiet conda
- ENV_NAME='test-environment'
- conda create --quiet -n $ENV_NAME python=$TRAVIS_PYTHON_VERSION pip
- conda create --quiet -n $ENV_NAME python=$TRAVIS_PYTHON_VERSION coveralls
- source activate $ENV_NAME

# Install coveralls for test coverage
# ----------------------------------
- pip install coveralls

# Install the package itself
# --------------------------
- pip install .
Expand Down

0 comments on commit 8860726

Please sign in to comment.