From 8aee56352ccd55bc0019e9cc6c38196d537aa7d5 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Fri, 13 Sep 2019 00:45:54 +0200
Subject: [PATCH] Donnot skip test_native_tensorflow_compilation_gpu on Travis

---
 tests/test_native_tensorflow_compilation.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_native_tensorflow_compilation.py b/tests/test_native_tensorflow_compilation.py
index 705d722..d13e98e 100644
--- a/tests/test_native_tensorflow_compilation.py
+++ b/tests/test_native_tensorflow_compilation.py
@@ -85,7 +85,6 @@ def test_native_tensorflow_compilation_cpu():
     assert 'call_backward' in dir(lib)
 
 
-@pytest.mark.skipif("TRAVIS" in os.environ, reason="nvcc compilation currently not working on TRAVIS")
 def test_native_tensorflow_compilation_gpu():
     tf = pytest.importorskip('tensorflow')
 
-- 
GitLab