Skip to content

Commit dadc40e

Browse files
committed
Use xenial dist
1 parent daf53a0 commit dadc40e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
language: python
2-
sudo: false
2+
dist: xenial
3+
34
python:
4-
- 2.7
5-
- 3.3
6-
- 3.4
7-
- 3.5
8-
- pypy
5+
- 2.7
6+
- 3.3
7+
- 3.4
8+
- 3.5
9+
- pypy3
910
install:
10-
- pip install pytest pytest-cov coveralls flake8
11-
- pip install .
11+
- pip install pytest pytest-cov flake8
12+
- pip install .
1213
script:
13-
- py.test --cov=graphql_relay
14+
- py.test --cov=graphql_relay
1415
# - flake8
1516
after_success:
16-
- coveralls
17+
- pip install coveralls
18+
- coveralls

0 commit comments

Comments
 (0)