Skip to content

Commit

Permalink
Replace python version 3.8-dev by 3.8 and add 3.9-dev (see https://de…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and venth committed Jul 3, 2020
1 parent 39a5767 commit 9413211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ ENV/

# Rope project settings
.ropeproject

# Visual Studio Code
.vscode

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev" # 3.8 development branch
- "3.8"
- "3.9-dev" # 3.9 development branch
before_install:
- pip install --upgrade setuptools
- pip install pytest
Expand Down

0 comments on commit 9413211

Please sign in to comment.