Skip to content

CI debug #27542

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

Merged
merged 6 commits into from
Jul 23, 2019
Merged

CI debug #27542

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shot in the dark but looks like this was deprecated

https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure

language: python
python: 3.5

Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- bottleneck=1.2.*
- cython=0.28.2
- lxml
- matplotlib=2.2.2
- numpy=1.14.*
- openpyxl=2.4.8
- python-dateutil
Expand Down
5 changes: 2 additions & 3 deletions ci/deps/travis-36-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- gcsfs
- geopandas
- html5lib
- matplotlib
- moto
- nomkl
- numexpr
Expand Down Expand Up @@ -39,8 +38,8 @@ dependencies:
- xlsxwriter
- xlwt
# universal
- pytest>=4.0.2
- pytest-xdist
- pytest>=4.0.2,<5.0.0
- pytest-xdist==1.28.0
- pytest-cov
- pytest-mock
- hypothesis>=3.58.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/travis-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
- xlwt
# universal
- pytest>=4.0.2
- pytest-xdist
- pytest-xdist>=1.29.0
- pytest-mock
- pip
- pip:
Expand Down