Skip to content

Commit

Permalink
standardize requirements (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Mar 23, 2023
1 parent a2ef066 commit a017a12
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 121 deletions.
120 changes: 0 additions & 120 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _session_lockfile(session: nox.sessions.Session) -> Path:
"""
lockfile_name = f"py{session.python.replace('.', '')}-linux-64.lock"
return Path("requirements/ci/nox.lock") / lockfile_name
return Path("requirements/locks") / lockfile_name


def _file_content(file_path: Path) -> str:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a017a12

Please sign in to comment.