diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3815a3f78e9f906a1fb93989f02458ae91d83341..8bdccbf5bb24da232ff4925f2ed0af7ddd7b0a21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,4 @@ test-3.4: image: python:3.4 script: - pip install -e . - - pip install pytest - - py.test . + - pip install pytest \ No newline at end of file