Skip to content

Commit

Permalink
drop windows & max jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Sep 28, 2020
1 parent 0916e79 commit 4414a40
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 22 deletions.
22 changes: 4 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
language: python
jobs:
include:
- name: "Python on Xenial Linux"
python:
- "3.6"
- "3.7"
- "3.8"
- name: "Python 3.7.4 on macOS"
os: osx
osx_image: xcode12u # Python 3.7.4 running on macOS 10.14.4
language: shell # 'language: python' is an error on Travis CI macOS
- name: "Python 3.8.0 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
before_install:
- choco install python --version 3.8.0
- python -m pip install --upgrade pip
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
python:
- "3.6" # Current default Python on Travis CI
- "3.7"
- "3.8"
before_install:
- pip install -U pip
- pip install -U pytest
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,5 +552,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-09-28 15:44:09.261409+00:00
Build Date UTC : 2020-09-28 17:03:53.195512+00:00
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/user_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ <h1 id="training">Training</h1>
and <a href="../API/ATOM/atomclassifier/#atomclassifier-train-sizing">train_sizing</a> methods
respectively.
<br></p>
<p>A couple of things to take into account:</p>
<p>Additional information:</p>
<ul>
<li>If an exception is encountered while fitting an estimator, the pipeline will
automatically skip the model and jump to the next model and save the exception
Expand Down
2 changes: 1 addition & 1 deletion docs_sources/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ The direct fashion repeats the aforementioned steps only once, while the other t
respectively.
<br>

A couple of things to take into account:
Additional information:

* If an exception is encountered while fitting an estimator, the pipeline will
automatically skip the model and jump to the next model and save the exception
Expand Down

0 comments on commit 4414a40

Please sign in to comment.