diff --git a/.travis.yml b/.travis.yml
index 42604d39898bd2ab6db21efb4156018c3e32a98f..b9eae96366eb4cd46448edb1559e0895847e57bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-language: python
+cdlanguage: python
 python:
   - "3.6"
 
@@ -6,8 +6,8 @@ notifications:
   email: false
 
 install:
-    - pip install -q cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil
+    - pip install -q cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil --upgrade
     - pip install .
 
 script:
-  - pytest test/test.py
\ No newline at end of file
+  - cd ../; pytest GMatch4py/test/test.py
\ No newline at end of file