Skip to content

Commit

Permalink
Maybe this will be the one which gets the ci to at least run the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
transientlunatic committed Mar 12, 2018
1 parent 138ffcd commit 8df58ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ stages:
test:
stage: test
script:
- export PYTHONPATH=/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:
- pip install pandas numpy
- python setup.py install
- python setup.py test
# As a temporary measure
Expand Down

0 comments on commit 8df58ca

Please sign in to comment.