• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

great-expectations / great_expectations / 834
0%

Build:
DEFAULT BRANCH: develop
Ran 29 Aug 2018 02:36PM UTC
Jobs 8
Files 13
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
834

push

travis-ci

web-flow
Merge pull request #348 from great-expectations/fix/travis_config

* Change travis pandas environment variable setup
* Fix broken bash script to install correct pandas version.
* Remove sort parameter from pd.concat to support pre-0.23.0 pandas

Pandas adds a warning in version 0.23.0 that pd.concat should have a sort parameter added, but the parameter isn't available until that version.

* Add tox config to ease local testing with multiple configurations.

* Add pandas version_specific read_excel syntax to test

Pandas uses sheetname in some versions and sheet_name in other versions to define the sheets desired during read_excel. Add both versions to different versions of test.

* Simplify nonnull_count computation in PandasDataset

Accommodates error raised in pandas 0.21 (plus it's simpler).

* Add read_parquet back to GE, with pandas-version-conditional test

* Test read_parquet in pandas 0.21

Also, remove stray print statement.

* Fix regex match for pandas version test (drop raw string)

The r'...' raw-string version of the regex works locally on osx, but not on the travis test machines.

* Add debug message for found-pandas version to discover root of pyarrow import problem

* Attempt to unstick builds by bumping pyarrow version

* Harmonize test matrix requirements across tox, travis, requirements.

Note that I still cannot reproduce the bug in travis of failing to find pyarrow in my local test environments.

* Remove no-longer-supported pandas 0.17.1 from test configs

It wasn't being tested previously because the requirements file's 0.20.3 minimum overrode that config.

* Explicitly add pyarrow engine to read_parquet in test

While unable to reproduce locally in tox, hoping that the pandas-version-specific error observed in travis can be alleviated by an explicit parameter request for engine='pyarrow'

* Remove travis binary-only pip pre-install

* Add pyarrow import to test to avoid pandas catchi... (continued)

1661 of 1796 relevant lines covered (92.48%)

7.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 834.1 (PANDAS=0.20.3) 29 Aug 2018 02:36PM UTC 0
92.1
Travis Job 834.1
2 834.2 (PANDAS=0.20.3) 29 Aug 2018 02:37PM UTC 0
92.32
Travis Job 834.2
3 834.3 (PANDAS=0.21.0) 29 Aug 2018 02:36PM UTC 0
92.26
Travis Job 834.3
4 834.4 (PANDAS=0.21.0) 29 Aug 2018 02:36PM UTC 0
92.48
Travis Job 834.4
5 834.5 (PANDAS=0.23.4) 29 Aug 2018 02:36PM UTC 0
92.26
Travis Job 834.5
6 834.6 (PANDAS=0.23.4) 29 Aug 2018 02:37PM UTC 0
92.48
Travis Job 834.6
7 834.7 (PANDAS=latest) 29 Aug 2018 02:38PM UTC 0
92.26
Travis Job 834.7
8 834.8 (PANDAS=latest) 29 Aug 2018 02:38PM UTC 0
92.48
Travis Job 834.8
Source Files on build 834
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #834
  • 30dca9b1 on github
  • Prev Build on develop (#799)
  • Next Build on develop (#840)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc