Skip to content

Commit

Permalink
Merge pull request #32 from DLHub-Argonne/revised_client
Browse files Browse the repository at this point in the history
WIP: Revised client
  • Loading branch information
WardLT committed Jan 16, 2019
2 parents 36b7208 + 1cce4f4 commit 47cd23a
Show file tree
Hide file tree
Showing 21 changed files with 376 additions and 323 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ cache: pip
env:
- KERAS_VERSION=2.1.3
- KERAS_VERSION=2.2.2
before_install:
- openssl aes-256-cbc -K $encrypted_ac5a6dd41c09_key -iv $encrypted_ac5a6dd41c09_iv
-in test-files/.globus.cfg.enc -out test-files/.globus.cfg -d
- cp test-files/.globus.cfg ~/
install:
- pip install --upgrade pip setuptools wheel
- "pip install -e ."
- pip install -e .
- pip install coveralls
- pip install --only-binary=numpy,scipy -r requirements.txt
- pip install -r requirements.txt
- pip install -r example-requirements.txt
- pip install keras==$KERAS_VERSION
- pip list
script:
- nosetests --with-coverage --cover-package=dlhub_sdk
- cd examples
- ./run_examples.sh
- # ./run_examples.sh # Problems with TravisCI, disabling for now
- cd .. # So that coveralls works
deploy:
provider: pypi
Expand Down

0 comments on commit 47cd23a

Please sign in to comment.