Advertisement
cooperlees

Untitled

Nov 1st, 2018
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. cooper-mbp:bandersnatch cooper$ git diff
  2. diff --git a/.travis.yml b/.travis.yml
  3. index a217005..a05dd65 100644
  4. --- a/.travis.yml
  5. +++ b/.travis.yml
  6. @@ -1,6 +1,11 @@
  7.  language: python
  8.  dist: xenial
  9.  
  10. +os:
  11. +    - linux
  12. +    - osx
  13. +    - windows
  14. +
  15.  matrix:
  16.    fast_finish: true
  17.    include:
  18. @@ -16,6 +21,7 @@ matrix:
  19.        env: TOXENV=lint
  20.    allow_failures:
  21.      - env: TOXENV=py38
  22. +    - os: windows
  23.  
  24.  install:
  25.      - pip install --upgrade pip setuptools
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement