Skip to content

Commit

Permalink
TEMP: add 3.8-dev env for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 23, 2019
1 parent 7619bda commit 49d7e6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,15 @@ env:
matrix:
include:
# Additional custom ones
- python: 3.8-dev
dist: xenial
# Single run for Python 3.8
env:
# Run all tests in a single whoop here
# We cannot have empty -A selector, so the one which always will be fulfilled
- NOSE_SELECTION=
- NOSE_SELECTION_OP=not
# Additional custom ones
- python: 3.7-dev
# Single run for Python 3.7
env:
Expand Down

0 comments on commit 49d7e6e

Please sign in to comment.