Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3159982

Browse files
committed
Simpler python3.5 on travis-ci
1 parent 00bed9e commit 3159982

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
python: 3.5
23
env: # These should match the tox env list
34
- TOXENV=py26
45
- TOXENV=py27
@@ -30,9 +31,3 @@ cache:
3031
directories:
3132
- $HOME/.cache/pip
3233
- $HOME/.pre-commit
33-
addons:
34-
apt:
35-
sources:
36-
- deadsnakes
37-
packages:
38-
- python3.5-dev

0 commit comments

Comments
 (0)