Skip to content

Commit

Permalink
CI: Bump python version and fix pip install (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bw authored May 19, 2022
1 parent 879bdb8 commit 379937c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
dist: xenial
cache: pip
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install -r requirements-dev.txt
- pip install --upgrade 'importlib-metadata > 4'
- pip install .
script: pytest tests/

0 comments on commit 379937c

Please sign in to comment.