We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c10d47 commit 3cfd592Copy full SHA for 3cfd592
.travis.yml
@@ -5,25 +5,26 @@ language: python
5
6
7
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"
+ - 2.7
+ - 3.4
+ - 3.5-dev
+ - pypy
+# - pypy3
13
+ - nightly
14
15
16
os:
17
- linux
18
# - osx
19
20
-before_install: true
21
+before_install: pip install --upgrade pip --quiet
22
23
24
install: true
25
26
-before_script: rm --recursive --force --verbose *.py[cod]
27
+before_script: pyclean --verbose .
28
29
30
script:
0 commit comments