Skip to content

Commit

Permalink
new file: .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Oct 27, 2020
1 parent d167b48 commit 2093a68
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- tests/test_dsm.py

0 comments on commit 2093a68

Please sign in to comment.