Skip to content

Commit

Permalink
Run Travis CI on different operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jan 26, 2021
1 parent 982ad63 commit 84a01c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,11 @@ install:
script:
- tox

os:
- linux
- osx
- windows

deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 84a01c2

Please sign in to comment.