Skip to content

Commit

Permalink
Check test-upstream build
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Apr 15, 2019
1 parent 7346424 commit b785f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
- *imports

- env: &py37_dev
if: type == cron OR commit_message =~ test-upstream # Run on cron jobs or any builds where commit message contains "test-upstream"
if: type == cron OR commit_message =~ test-upstream # Run on cron jobs or any builds where commit message contains "test-upstream"
- UPSTREAM_DEV=1 # Install nightly versions of NumPy, pandas, pyarrow
- NUMPY=1.16.2 # these are overridden later
- PANDAS>=0.24.2
Expand Down

0 comments on commit b785f3d

Please sign in to comment.