Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 891f0c8

Browse files
cloudalchemybotpaulfantom
authored andcommitted
Synchronize files from cloudalchemy/skeleton (#84)
1 parent e1ec550 commit 891f0c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sudo: required
33
language: python
4+
python: 2.7
45
cache: pip
56
services:
67
- docker
@@ -13,7 +14,7 @@ matrix:
1314
install:
1415
- pip install tox-travis git-semver
1516
script:
16-
- ./.travis/test.sh
17+
- tox
1718
deploy:
1819
provider: script
1920
skip_cleanup: true

0 commit comments

Comments
 (0)