Lemma is an Electromagnetics API
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.

.travis.yml 493B

123456789101112131415161718192021
  1. notifications:
  2. email: false
  3. if: tag IS present
  4. matrix:
  5. include:
  6. - sudo: required
  7. services:
  8. - docker
  9. env:
  10. - DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
  11. - sudo: required
  12. services:
  13. - docker
  14. env:
  15. - DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
  16. - PRE_CMD=linux32
  17. install:
  18. - docker pull $DOCKER_IMAGE
  19. script:
  20. - docker run --rm -v `pwd`:/io -e TWINE_USERNAME -e TWINE_PASSWORD $DOCKER_IMAGE $PRE_CMD /io/travis/build-wheels.sh
  21. - ls wheelhouse/