Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Sep 25, 2018
1 parent ef833a5 commit b94ee2e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: python
# Set OS to Mac and Linux
os:
- linux
- osx
# Tell Travis to use these Python versions:
python:
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
# Command to install dependencies
install:
- pip install -r requirements.txt
- "python3 -m pip install --upgrade setuptools wheel"
# command to run tests
# Command to run tests
script:
- "python3 setup.py sdist bdist_wheel"

0 comments on commit b94ee2e

Please sign in to comment.