Skip to content

Commit

Permalink
don't build nightly python
Browse files Browse the repository at this point in the history
  • Loading branch information
mchwalisz committed May 17, 2018
1 parent 19fd1de commit 8d844c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6-dev"
- "nightly" # currently points to 3.7-dev
- "3.6"
install: pip install -e .[dev] -U
script: pytest --verbose

0 comments on commit 8d844c0

Please sign in to comment.