Browse Source

One last time here's hoping

Adam Kelly 5 years ago
parent
commit
fd0af1612d
1 changed files with 10 additions and 13 deletions
  1. 10 13
      .travis.yml

+ 10 - 13
.travis.yml

@@ -16,20 +16,17 @@ os: osx
 #       - ocl-icd-opencl-dev
 #       - fglrx
 
-# git:
-#   depth: false
+git:
+  depth: false
 
-# install:
-#     # There is sometimes issues with the install order so do this bad boi first
-#   - pip3 install pybind11
-#   - pip3 install -r requirements.txt
-#   - pip3 install -e .
-
-# script:
-#   - python3 setup.py test
 install:
-  - pip3 install Sphinx sphinx_rtd_theme 
-#   - pip install Sphinx sphinx_rtd_theme 
+    # There is sometimes issues with the install order so do this bad boi first
+  - pip3 install pybind11
+  - pip3 install -r requirements.txt
+  - pip3 install -e .
+
+script:
+  - python3 setup.py test
 
 after_success:
   - make html
@@ -39,6 +36,6 @@ deploy:
   skip-cleanup: true
   github-token: $GITHUB_TOKEN  # Set in travis-ci.org dashboard, marked secure
   keep-history: true
-  local-dir: ./build
+  local-dir: ./build/html
   on:
     branch: master