Skip to content

Commit

Permalink
Try to make python versions more explicit for .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
above-c-level committed Dec 2, 2018
1 parent 5f25ba9 commit 39ac148
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
Expand Up @@ -35,8 +35,8 @@ jobs:
include:
- stage: Core Tests
python:
- 3.5
- 3.6
- "3.5"
- "3.6"
env:
- CORE_TESTS=tests/core_tests/scoring_tests.py
script:
Expand All @@ -47,8 +47,8 @@ jobs:

- stage: Advanced tests
python:
- 3.5
- 3.6
- "3.5"
- "3.6"
env:
- ADVANCED_TESTS=tests/core_tests/basic_tests.py
install:
Expand Down

0 comments on commit 39ac148

Please sign in to comment.