We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4f572 commit b5611e1Copy full SHA for b5611e1
.gitignore
@@ -33,6 +33,7 @@ var/
33
*.egg-info/
34
.installed.cfg
35
*.egg
36
+.venv/
37
38
# PyInstaller
39
# Usually these files are written by a python script from a template
.travis.yml
@@ -1,13 +1,12 @@
1
language: python
2
python:
3
- - "3.3"
4
- - "3.4"
5
- "3.5"
6
- "3.6"
+ - "3.7"
7
install:
8
- pip install coveralls
9
- pip install coverage
10
- - pip install pylint==1.9.3
+ - pip install pylint==2.3.1
11
script:
12
- pylint cheat
13
- python -m unittest discover
0 commit comments