Skip to content

Commit bae4eaf

Browse files
committed
Updated Travis CI configuration.
1 parent bbd975d commit bae4eaf

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
sudo: false
1+
os: linux
2+
dist: xenial
23
language: python
3-
matrix:
4+
jobs:
45
include:
56
- python: '2.7'
67
env: TOXENV=py27-django111-test
@@ -15,13 +16,10 @@ matrix:
1516
- python: '3.6'
1617
env: TOXENV=py36-django21-test
1718
- python: '3.6'
18-
dist: xenial
1919
env: TOXENV=py36-django22-test
2020
- python: '3.6'
21-
dist: xenial
2221
env: TOXENV=py36-django30-test
2322
- python: '3.6'
24-
dist: xenial
2523
env: TOXENV=py36-djangomaster-test
2624
- python: '3.7'
2725
env: TOXENV=py37-django111-test
@@ -30,13 +28,10 @@ matrix:
3028
- python: '3.7'
3129
env: TOXENV=py37-django21-test
3230
- python: '3.7'
33-
dist: xenial
3431
env: TOXENV=py37-django22-test
3532
- python: '3.7'
36-
dist: xenial
3733
env: TOXENV=py37-django30-test
3834
- python: '3.7'
39-
dist: xenial
4035
env: TOXENV=py37-djangomaster-test
4136
- python: '3.7'
4237
env: TOXENV=py37-isort
@@ -53,7 +48,7 @@ after_script:
5348
- coveralls
5449
deploy:
5550
provider: pypi
56-
user: djangorequest
51+
username: djangorequest
5752
password:
5853
secure: ihSODos3XjtALjVY8qVDjIeFHfmxjgwABjMmlod4f7IVwf7bST7NLqG0JKPquesNx8mt+1IWdRSTbPKXmhSUqFrgqLts6jKfmj9vtAKKKnKcfNfe548NMC5D5FsYPpRRzX1idUpHxr3O/vo10P2DoQ+b88spmCK/irAtAXvdqd8=
5954
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)