Skip to content

Commit

Permalink
Update travis config to exclude old Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Sep 3, 2019
1 parent 7b4f572 commit b5611e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
.venv/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install coveralls
- pip install coverage
- pip install pylint==1.9.3
- pip install pylint==2.3.1
script:
- pylint cheat
- python -m unittest discover
Expand Down

0 comments on commit b5611e1

Please sign in to comment.