Skip to content

Commit

Permalink
modified: .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Oct 29, 2020
1 parent a3c0f89 commit d942aec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
Expand All @@ -12,7 +9,10 @@ os:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install --upgrade pytest
- pip install --upgrade pylint

# command to run tests
script:
- tests/test_dsm.py
- pytest tests/
- pylint dsm/

0 comments on commit d942aec

Please sign in to comment.