Skip to content

Commit

Permalink
Merge 5325bb4 into 79f4850
Browse files Browse the repository at this point in the history
  • Loading branch information
majiidd committed Oct 28, 2020
2 parents 79f4850 + 5325bb4 commit a916149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
dist: xenial
os: linux
dist: bionic
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
- "pypy"
- "3.9"
- "3.10-dev"
- "pypy2"
- "pypy3"
- "pypy3.5"

install:
- python -c "import sys, platform, struct;
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==5.2.1
coverage==5.3
pytest==4.6.11
pytest-cov==2.10.0
pytest-cov==2.10.1
pytz==2020.1

0 comments on commit a916149

Please sign in to comment.