Skip to content

Commit

Permalink
Deploy Travis CI build 324 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Feb 8, 2023
1 parent 78aca9b commit b5f43b8
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 86 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

1 change: 1 addition & 0 deletions .tool-versions
@@ -0,0 +1 @@
python 3.11.1
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -8,7 +8,7 @@
* Windows: http://mingw.org/download/installer
* Mac: http://developer.apple.com/xcode
* Linux: http://www.gnu.org/software/make
* Python: `$ pyenv install` or `$ asdf install`
* Python: `$ asdf install`
* Poetry: https://python-poetry.org/docs/#installation
* PostgreSQL: `$ brew install postgres`
* direnv: https://direnv.net/
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -54,8 +54,8 @@ ifndef CI
poetry.lock: pyproject.toml
poetry lock --no-update
@ touch $@
runtime.txt: .python-version
echo "python-$(shell cat $<)" > $@
runtime.txt: .tool-versions
echo $(shell cat $< | tr ' ' '-') > $@
requirements.txt: poetry.lock
poetry export --format requirements.txt --output $@ --without-hashes
endif
Expand Down

0 comments on commit b5f43b8

Please sign in to comment.