Skip to content

Commit c73119c

Browse files
committed
Make Travis test docs and pep8 before everything else
Because it is faster
1 parent 9974f27 commit c73119c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: python
33

44
matrix:
55
include:
6+
- env: TOXENV=docs
7+
- env: TOXENV=pep8
8+
- env: TOXENV=py3pep8
9+
- env: TOXENV=packaging
610
- python: 2.6 # these are just to make travis's UI a bit prettier
711
env: TOXENV=py26
812
- python: 2.7
@@ -25,10 +29,6 @@ matrix:
2529
env: TOXENV=py27 VENDOR=no WHEELS=yes
2630
- python: 3.5
2731
env: TOXENV=py35 VENDOR=no WHEELS=yes
28-
- env: TOXENV=docs
29-
- env: TOXENV=pep8
30-
- env: TOXENV=py3pep8
31-
- env: TOXENV=packaging
3232

3333

3434
install: .travis/install.sh

0 commit comments

Comments
 (0)