Skip to content

Commit

Permalink
add atomicwrites dependency & upgrade OSX build to macos 10.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 6, 2020
1 parent 30f29f2 commit e3442a9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,14 @@ matrix:
- pip3 install --upgrade pip
after_success:
- bash <(curl -s https://codecov.io/bash)
- name: OSX 10.14
- name: OSX 10.15
os: osx
osx_image: xcode10.2
osx_image: xcode12.2
language: shell
env:
- PATH="/usr/local/opt/python@3.8/bin:$PATH"
- PBIN=pip3
- PRUN="pipenv run"
before_install:
- brew install python@3.8
- brew install pipenv
- pip3 install --upgrade pip
- name: Conda on Windows
os: windows
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ markdown = "*"
pytest = "*"
pytest-cov = "*"
distro = "*"
atomicwrites = "*"

[requires]
python_version = "3.8"
16 changes: 12 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3442a9

Please sign in to comment.