Skip to content

Commit 42e0b14

Browse files
committed
[travis] fix typo in install, bump to xenial base image, and update pip
1 parent 266c4bd commit 42e0b14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
dist: xenial
23

34
python:
45
- "2.7"
@@ -13,6 +14,9 @@ install:
1314
env:
1415
- SDIST_DIR=/tmp/pyevtk_sdist/
1516

17+
before_script:
18+
- pip install -U pip
19+
1620
script:
1721
- python setup.py test
1822
- codecov
@@ -21,4 +25,4 @@ script:
2125
- twine check ${SDIST_DIR}/*
2226
- check-manifest -p python ${PWD}
2327
- cd ${SDIST_DIR}
24-
- install $(ls ${SDIST_DIR})
28+
- pip install $(ls ${SDIST_DIR})

0 commit comments

Comments
 (0)