Skip to content

Commit

Permalink
Merge branch 'develop' into docs/ben/contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-bay authored Nov 22, 2019
2 parents 6609b1a + 18efc1c commit 9701cdf
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
python:
- "3.6"
- "3.7"
- "3.8"
install:
- "pip install --upgrade pip"
- "pip install cryptography"
- "pip install -r requirements.txt"
- "pip install -e ."
- "pip install -r requirements/mysql.txt"
- "pip install --upgrade sphinx"
script:
- "python -m pytest tests/"

0 comments on commit 9701cdf

Please sign in to comment.