diff --git a/.travis.yml b/.travis.yml
index 2e1e0f523f18914d0b0fe231330dccecf5515847..8ad3151fc89f4fa2fc0d33ad751955559a6a67bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
 sudo: required
-language: cpp
+language: python
+python:
+  - "3.7-dev"
 compiler: gcc
 dist: xenial
 notifications:
@@ -10,7 +12,7 @@ before_install:
     - git submodule update
 
 install: 
-    - sudo apt-get install python3.7 python3.7-dev
+    - sudo apt-get install gcc make
 
 script:
     - sudo service network-manager start