Skip to content

Commit

Permalink
add python 3.6 and coveralls from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 28, 2018
1 parent da64edd commit 3dd129c
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 3dd129c

Please sign in to comment.