Skip to content

Commit

Permalink
TST: use pyproject.toml for build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Oct 1, 2021
1 parent 3fea48b commit d5bd883
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ env:
- CONDA_REQUIREMENTS="dev-requirements.txt"
- CONDA_EXTRAS=""
- CONDA_ENV_NAME="testenv"
- BUILD_REQUIREMENTS="epicscorelibs cython"

addons:
apt:
Expand All @@ -45,8 +44,6 @@ jobs:
python: 3.8
install:
- python -m pip install --upgrade pip
# Build requirements, for now:
- python -m pip install ${BUILD_REQUIREMENTS}
- python -m pip install .
- python -m pip install --requirement dev-requirements.txt
script:
Expand Down

0 comments on commit d5bd883

Please sign in to comment.