Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahym committed Jan 27, 2023
1 parent f729f09 commit 17b1317
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
# command to install dependencies
install:
- pip install -r requirements_dev_std.txt
Expand Down

0 comments on commit 17b1317

Please sign in to comment.