Skip to content

Commit b5611e1

Browse files
committed
Update travis config to exclude old Python versions
1 parent 7b4f572 commit b5611e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var/
3333
*.egg-info/
3434
.installed.cfg
3535
*.egg
36+
.venv/
3637

3738
# PyInstaller
3839
# Usually these files are written by a python script from a template

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: python
22
python:
3-
- "3.3"
4-
- "3.4"
53
- "3.5"
64
- "3.6"
5+
- "3.7"
76
install:
87
- pip install coveralls
98
- pip install coverage
10-
- pip install pylint==1.9.3
9+
- pip install pylint==2.3.1
1110
script:
1211
- pylint cheat
1312
- python -m unittest discover

0 commit comments

Comments
 (0)