Browse Source

Build wheel on travis.

Jelmer Vernooij 6 years ago
parent
commit
673dd76626
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -42,6 +42,8 @@ script:
   # Style
   - make style
 
+  - python setup.py bdist_wheel
+
 after_success:
   - python -m coverage combine
   - codecov