Skip to content

Commit

Permalink
Refs. #71 Modify .travis.yml
Browse files Browse the repository at this point in the history
- Adjust `.travis.yml` to run tests under both types of configurations
  • Loading branch information
cosmingrz committed Mar 11, 2017
1 parent b22e0ac commit 200ff7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ env:
matrix:
- USE_SQLALCHEMY=true
- USE_SQLALCHEMY=false
- USE_YAML=1
- USE_YAML=0

python:
- '2.7.11'
- '3.5'
Expand Down

0 comments on commit 200ff7a

Please sign in to comment.