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 8dae27d commit 2306080Copy full SHA for 2306080
.travis.yml
@@ -1,29 +1,36 @@
1
sudo: false
2
language: python
3
python:
4
-
5
- '2.6'
6
- '2.7'
7
- '3.3'
8
- '3.4'
9
- '3.5'
10
- - '3.6-dev'
+ - '3.6'
11
- pypy
12
- nightly
+
13
# command to install dependencies
14
install: "pip install -U tox"
15
-# # command to run tests
16
+# command to run tests
17
env:
18
matrix:
19
- TOXENV=py-pytest28
20
- TOXENV=py-pytest29
21
- TOXENV=py-pytest30
22
23
24
include:
25
- python: '2.7'
26
env: TOXENV=check
- - python: '3.5'
27
+ - python: '3.6'
28
29
+ - python: '2.7'
30
+ env: TOXENV=benchmark
31
32
33
34
script:
35
- tox --recreate -e $TOXENV
36
0 commit comments