You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
390 B

  1. language: python
  2. jobs:
  3. include:
  4. - python: "2.7"
  5. env: PYVER=2.7
  6. - python: "3.6"
  7. env: PYVER=3.6
  8. before_install:
  9. - sudo apt-get update -qq
  10. - sudo apt-get install -qq libarchive-dev
  11. - pyenv shell $(python -c 'import platform; print(platform.python_version())')
  12. install:
  13. - make build
  14. script:
  15. - make test
  16. notifications:
  17. slack: smartfile:tbDIPzVJIPBpSz29kQw6b8RQ