]> Devi Nivas Git - chevron.git/commitdiff
Update Travis to only use tox and coveralls on 3.5
authorNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 19:54:49 +0000 (15:54 -0400)
committerNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 19:54:49 +0000 (15:54 -0400)
.travis.yml

index 36445d77706a3481c89c774f74e9d91a7d4d0146..6e50614c132844ea27daad9addac20d109fb515c 100644 (file)
@@ -16,16 +16,16 @@ matrix:
   - python: 3.5
     env:
     - TOXENV=flake8
-
-install:
-- pip install coveralls
-- pip install tox-travis
+    install:
+    - pip install coveralls
+    - pip install tox-travis
+    script:
+    - tox
+    after_success:
+    - coveralls
 
 script:
-- tox
-
-after_success:
-- coveralls
+- python ./test_spec.py
 
 deploy:
   - provider: pypi