Merge pull request #5 from dod-ccpo/travis

Fix travis.yml
This commit is contained in:
briandds 2018-05-24 13:37:12 -04:00 committed by GitHub
commit e4f43deae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,8 @@
language: python
python:
- "3.6"
script:
- python -m pytest
python:
- "3.6"
before_install:
- gem install sass
- npm install
script:
- python -m pytest

View File

@ -1,2 +1,5 @@
test:
python -m pytest
clean:
find static/assets -type f |grep -v .gitignore | xargs rm