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 8d18cbe commit eb26ede
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6-dev" # 3.6 development branch
- "nightly" # currently points to 3.7-dev
- "3.6"
install: pip install -e .
script: python setup.py test

0 comments on commit eb26ede

Please sign in to comment.