Skip to content

Commit

Permalink
Merge 89712f7 into d0af9ca
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-krasontovitsch committed Dec 4, 2019
2 parents d0af9ca + 89712f7 commit 4300820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
install:
- pip install -r requirements.txt
- pip install coveralls
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
click>=3.3,<7
keyring>=9,<10
keyring>=9,<11
parsedatetime>=1.4,<3
python-dateutil>=2.4.1,<3
requests>=2.4.3,<3.0
arrow>=0.5.4,<0.8
arrow>=0.5.4,<0.12
termcolor==1.1.0
six>=1.9.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ junitxml = junit.xml


# Options for py.test
[pytest]
[tool:pytest]
flakes-ignore =
doc/conf.py ALL

Expand Down

0 comments on commit 4300820

Please sign in to comment.