Skip to content

Commit 7729d90

Browse files
committed
Update Travis config
1 parent 810db7b commit 7729d90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
language: python
22
python:
3-
# - "2.6" # unittest.TestCase doesn't have assertIn in 2.6
43
- "2.7"
54
- "3.3"
6-
- "3.4"
75
- "3.5"
86
- "3.6"
7+
- "3.7"
98
install:
109
- "pip install nose"
1110
- "pip install coverage"
1211
- "pip install codacy-coverage"
1312
- "python setup.py install"
1413
script:
1514
- nosetests --with-coverage --cover-package=threatkb --cover-xml
16-
after_success:
17-
- python-codacy-coverage

0 commit comments

Comments
 (0)