Skip to content

Commit

Permalink
馃悰 Fix Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
britonad committed Mar 17, 2019
1 parent 9634c34 commit ad86df5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,7 +1,11 @@
language: python
python:
- "3.6"
- "3.7"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install coveralls
- pip install codacy-coverage
Expand Down

0 comments on commit ad86df5

Please sign in to comment.