Skip to content

Commit

Permalink
Update Python Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyPeck committed Jun 11, 2019
1 parent 9f78cf3 commit d3b937c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ nosetests.xml

# Ignore ,cover files from coverage tool.
*,cover

.idea/
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: python
sudo: false
python:
- '3.3'
- '3.4'
- '3.5'
- '3.5-dev'
- '3.6'
- '3.6-dev'
- '3.7-dev'
- '3.7'
- '3.8'
- '3.8-dev'
- 'nightly'
env:
- PYTHONPATH=.
install:
Expand Down

0 comments on commit d3b937c

Please sign in to comment.