Skip to content

Commit 3cfd592

Browse files
Update .travis.yml
1 parent 5c10d47 commit 3cfd592

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,26 @@ language: python
55

66

77
python:
8-
- "2.7"
9-
- "3.4"
10-
- "pypy"
11-
# - "pypy3" # pypy3 is running with pypy2 I dunno why,commented so test pass
12-
- "nightly"
8+
- 2.7
9+
- 3.4
10+
- 3.5-dev
11+
- pypy
12+
# - pypy3
13+
- nightly
1314

1415

1516
os:
1617
- linux
1718
# - osx
1819

1920

20-
before_install: true
21+
before_install: pip install --upgrade pip --quiet
2122

2223

2324
install: true
2425

2526

26-
before_script: rm --recursive --force --verbose *.py[cod]
27+
before_script: pyclean --verbose .
2728

2829

2930
script:

0 commit comments

Comments
 (0)