Skip to content

Commit

Permalink
Merge pull request #656 from SheffieldML/devel
Browse files Browse the repository at this point in the history
push PR to deploy
  • Loading branch information
mzwiessele authored Sep 2, 2018
2 parents d4bff75 + 0c64386 commit ac41767
Show file tree
Hide file tree
Showing 104 changed files with 3,343 additions and 2,061 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
#- PYTHON_VERSION=3.4
- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
#- PYTHON_VERSION=3.7

before_install:
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh
Expand Down Expand Up @@ -51,7 +52,7 @@ after_success:
before_deploy:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
then
export DIST='sdist';
export DIST='sdist bdist_rpm bdist_dumb';
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
then
export DIST='bdist_wheel';
Expand Down
Loading

0 comments on commit ac41767

Please sign in to comment.