diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2018-12-17 14:48:08 +0000 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2018-12-17 14:48:08 +0000 |
commit | 43817748da3b9d657533fd5de0f6dd06add2104c (patch) | |
tree | e967d3d99a4119b794e1f36f40f60e167eb86a76 | |
parent | 35cb22f5757b17270b72c9afc8d10c324116971f (diff) |
Installing python setup tools, checking with clang
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6fc5958..03454c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ os: linux dist: xenial sudo: false language: c -compiler: gcc +compiler: + - gcc + - clang addons: apt: @@ -10,6 +12,7 @@ addons: - doxygen - graphviz - python3-pip + - python-setuptools before_script: - pip3 install --upgrade pip |