Skip to content

Commit

Permalink
Travis-CI: Back to Python 3.5
Browse files Browse the repository at this point in the history
- Python 3.6 environment messes with Tox
- Python 3.6 seems to have problems with remote shell tests (on travis only, works fine on my computer)
- Removed Pypy environment as it puts the Travis build in error state.
  • Loading branch information
tcalmant committed May 23, 2017
1 parent 64a4290 commit f8ac455
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: python
python: 3.6
python: 3.5
sudo: false

env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=pypy

addons:
apt:
Expand Down

0 comments on commit f8ac455

Please sign in to comment.