Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Travis improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 14, 2020
1 parent 33b07d3 commit c6a50ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
- stage: Test on Python 3.6
python: 3.6
script:
- python -m unittest
- rkd :build
- cd src && python -m unittest discover -s ../test

- stage: Test on Python 3.7
python: 3.7
script:
- python -m unittest
- rkd :build
- cd src && python -m unittest discover -s ../test

- stage: Test on Python 3.8
python: 3.8
script:
- python -m unittest
- rkd :build
- cd src && python -m unittest discover -s ../test

- stage: Release
python: 3.6
Expand All @@ -41,12 +41,12 @@ jobs:
env: CAN_FAIL=true
python: 3.9
script:
- python -m unittest
- rkd :build
- rkd :build
- cd src && python -m unittest discover -s ../test

- stage: Test on Python NIGHTLY (allowed to fail)
env: CAN_FAIL=true
python: nightly
script:
- python -m unittest
- rkd :build
- cd src && python -m unittest discover -s ../test

0 comments on commit c6a50ce

Please sign in to comment.