Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rshipp committed Mar 6, 2019
1 parent 810db7b commit 7729d90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
language: python
python:
# - "2.6" # unittest.TestCase doesn't have assertIn in 2.6
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- "pip install nose"
- "pip install coverage"
- "pip install codacy-coverage"
- "python setup.py install"
script:
- nosetests --with-coverage --cover-package=threatkb --cover-xml
after_success:
- python-codacy-coverage

0 comments on commit 7729d90

Please sign in to comment.