Commit 124d7a1c authored by Bruno S. Morgado's avatar Bruno S. Morgado
Browse files
parents 340f16a4 ecc662be
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ before_script:
# It is also specified that only the master branch will be subject of this job. 
test:
  script:
  - pip install -r requirements.txt
  - python setup.py test
  - ls -la
  - mkdir .public
@@ -31,5 +32,5 @@ test:
  artifacts:
    paths:
    - public
  only:
  - master
 # only:
 # - master