-
-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use conda-env for CI environments #20767
Merged
Merged
Changes from 34 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
02b2879
CI: compat
TomAugspurger 586132d
CI: 27-locale
TomAugspurger 5bcee03
CI: 27
TomAugspurger 8f27bc1
CI: 3.5
TomAugspurger 8d64136
CI: OSX
TomAugspurger 5f985ad
CI: 3.6 slow
TomAugspurger 57eef01
CI: 3.6 NumPy Dev
TomAugspurger 5e9b6aa
DEBUG: show whole environment
TomAugspurger f040101
CI: 3.6 DOC
TomAugspurger d08da8f
CI: 3.6
TomAugspurger c9b4c68
Revert 2.7-compat
TomAugspurger c86eba5
CI: Revert 3.5
TomAugspurger 5d19822
Updated travis install
TomAugspurger 132e1d8
Include conda-forge for 2.7
TomAugspurger 8071359
Removed markers
TomAugspurger 828b08b
Added quiet to the install
TomAugspurger 65e874a
CI: Removed fastparquet from OSX
TomAugspurger dce87b5
CI: Circle 27 compat
TomAugspurger 3116c97
CI: circle-36-locale
TomAugspurger 0d4ae51
CI: circle-36-locale_slow
TomAugspurger 480686b
CI: 3.5-ascii
TomAugspurger 692cc27
CI: Remove redundant coverage install
TomAugspurger 2ead1be
CI: updated circle
TomAugspurger 3d29fcc
CI: Appveyor 27
TomAugspurger 7dbd646
CI: appveyor-3.6
TomAugspurger 5cf612d
CI: Updated appveyor
TomAugspurger 444992b
CI: use absolute path to environment file
TomAugspurger 1706d23
Fix filename
TomAugspurger 2de5402
no pip uninstall
TomAugspurger 0f7f0f1
Try setting the exit manually
TomAugspurger c4771df
Re-add parquet deps to 2.7
TomAugspurger 06edc66
Remove unused motos
TomAugspurger 4161d65
CI: Remove conda-forge from 3.5
TomAugspurger f70a6dc
remove JOB
TomAugspurger ec55f9b
Merge remote-tracking branch 'upstream/master' into ci-envs
TomAugspurger bf60ba2
Removed xfails
TomAugspurger d8aa12f
Revert "remove JOB"
TomAugspurger b2e1a5f
Removed unused environment
TomAugspurger be43dd7
Informative JOB tags
TomAugspurger cd50adb
BUG: Fixed NDFrame.transform('abs')
TomAugspurger 8b0e277
Revert "BUG: Fixed NDFrame.transform('abs')"
TomAugspurger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- bottleneck | ||
- dateutil | ||
- html5lib | ||
- jinja2=2.8 | ||
- lxml | ||
- matplotlib | ||
- numexpr | ||
- numpy=1.10* | ||
- openpyxl | ||
- pytables==3.2.2 | ||
- python=2.7.* | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- cython | ||
- pytest | ||
- pytest-xdist | ||
- moto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- blosc | ||
- bottleneck | ||
- fastparquet | ||
- feather-format | ||
- matplotlib | ||
- numexpr | ||
- numpy=1.13* | ||
- openpyxl | ||
- pyarrow | ||
- pytables | ||
- python-dateutil | ||
- python=3.6.* | ||
- pytz | ||
- scipy | ||
- thrift=0.10* | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- cython | ||
- pytest | ||
- pytest-xdist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- bottleneck=1.0.0 | ||
- cython=0.24 | ||
- jinja2=2.8 | ||
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr | ||
- numpy=1.9.2 | ||
- openpyxl | ||
- psycopg2 | ||
- pytables=3.2.2 | ||
- python-dateutil=2.5.0 | ||
- python=2.7* | ||
- pytz=2013b | ||
- scipy=0.14.0 | ||
- sqlalchemy=0.7.8 | ||
- xlrd=0.9.2 | ||
- xlsxwriter=0.5.2 | ||
- xlwt=0.7.5 | ||
# universal | ||
- pytest | ||
- pytest-xdist | ||
- pip: | ||
- html5lib==1.0b2 | ||
- beautifulsoup4==4.2.1 | ||
- pymysql==0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
dependencies: | ||
- cython | ||
- nomkl | ||
- numpy | ||
- python-dateutil | ||
- python=3.5* | ||
- pytz | ||
# universal | ||
- pytest | ||
- pytest-xdist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- cython | ||
- html5lib | ||
- ipython | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
- openpyxl | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- python-dateutil | ||
- python=3.6* | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- pytest | ||
- pytest-xdist | ||
- moto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- cython | ||
- html5lib | ||
- ipython | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
- openpyxl | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- python-dateutil | ||
- python=3.6* | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- pytest | ||
- pytest-xdist | ||
- moto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did coverage go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The coverage deps are run on the 3.6 build.
travis-36.yaml
has the additional coverage deps.