Skip to content

Commit

Permalink
Test extended Travis build config 7
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterMcGushion committed Oct 1, 2019
1 parent 2a925bd commit fb904e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ matrix:
env: KERAS="false"
#################### Check Black Code Style ####################
- name: "Black Code Style"
python: 3.6
# python: 3.6
script:
- black --check --diff hyperparameter_hunter tests examples setup.py
after_success: skip
#################### Bonus Build: Keras ####################
# Extended builds for variety of Keras/TensorFlow versions
# allow_failures:
- name: "[+BLD: special_k] K==2.2.5, TF==1.14.0"
python: 3.7
# python: 3.7
env:
- KERAS="true"
- KERAS_VERSION="2.2.5"
- TENSORFLOW_VERSION="1.14.0"
- name: "[+BLD: special_k] K==2.3.0, TF==1.14.0"
python: 3.7
# python: 3.7
env:
- KERAS="true"
- KERAS_VERSION="2.3.0"
Expand Down

0 comments on commit fb904e9

Please sign in to comment.