Skip to content

Commit

Permalink
2019.12.5 v1.1.16, modify .travis.yml and pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
itaa committed Dec 5, 2019
1 parent 82431b5 commit af1ba77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ matrix:
python: "nightly"
- os: linux
dist: xenial
python: "3.8-dev"
python: "3.9-dev"
- os: linux
dist: xenial
python: "3.8"
- os: linux
dist: xenial
python: "3.7"
Expand All @@ -27,7 +30,7 @@ matrix:
python: "pypy3.5"
allow_failures:
- python: nightly
- python: 3.8-dev
- python: 3.9-dev
- python: "2.7"
- python: "3.6"
- python: "3.4"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python-dateutil
coverage
pytest==4.0.2
pytest
pytest-cov
coveralls
pyyaml
Expand Down

0 comments on commit af1ba77

Please sign in to comment.