Skip to content

Commit

Permalink
feat: python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ewaldbervoets committed Jan 25, 2022
1 parent d4a0c9a commit e5ddf2a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false
dist: focal
language: python
python:
- '3.9'
- "3.10.2"
before_install:
- pip3.9 install -r requirements.txt
- pip3.9 install -e .
- pip3.10 install -r requirements.txt
- pip3.10 install -e .
script: pytest -m "not compiled" --cov=pythonwhat
deploy:
provider: pypi
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
protowhat~=2.1.0
asttokens~=2.0.5
dill~=0.3.4
markdown2~=2.3.10
jinja2~=2.11.3
markdown2~=2.4.2
jinja2~=3.0.3

numpy~=1.19.5
pandas~=1.3.2
numpy~=1.22.1
pandas~=1.4.0

# test deps
scipy~=1.7.1
scipy~=1.7.3
bs4~=0.0.1
html5lib~=1.1
h5py~=3.1.0
requests~=2.26.0
h5py~=3.6.0
requests~=2.27.1
seaborn~=0.11.2
sqlalchemy~=1.4.23
sqlalchemy~=1.4.31
xlrd~=2.0.1
openpyxl~=3.0.7
openpyxl~=3.0.9

# test-utils deps
pytest~=6.2.5
pytest-cov~=2.12.1
pytest-cov~=3.0.0

# building documentation
sphinx~=4.1.2
Expand Down

0 comments on commit e5ddf2a

Please sign in to comment.