Skip to content

Commit

Permalink
Configured Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Willison committed Jul 28, 2018
1 parent bd71be3 commit 03e3f7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python

# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"

script:
- pip install -U pip wheel
- pip install .[test]
- pytest

cache:
directories:
- $HOME/.cache/pip

0 comments on commit 03e3f7d

Please sign in to comment.