Skip to content

Commit

Permalink
Move Travis CI configuration file to old
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 23, 2024
1 parent 33deeb8 commit 2fb3704
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions old/face_rhythm/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
# command to install dependencies
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- ipython
- pytest
install:
- pip install -e .
# command to run tests
script:
- pytest

0 comments on commit 2fb3704

Please sign in to comment.