Skip to content

Commit

Permalink
Add travis yml UCL-RITS#90
Browse files Browse the repository at this point in the history
  • Loading branch information
liamchalcroft committed Nov 18, 2020
1 parent b3abfdb commit 40b9b0e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- pytest

0 comments on commit 40b9b0e

Please sign in to comment.